Searched refs:EC_LPC_ADDR_HOST_CMD (Results 1 – 2 of 2) sorted by relevance
33 while (inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK) { in wait_for_sync()49 const int cmd_addr = EC_LPC_ADDR_HOST_CMD; in cros_ec_lpc_command()162 byte &= inb(EC_LPC_ADDR_HOST_CMD); in cros_ec_lpc_init()
42 #define EC_LPC_ADDR_HOST_CMD 0x204 macro