Searched refs:EC_LPC_ADDR_HOST_CMD (Results 1 – 2 of 2) sorted by relevance
41 if (!(inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK)) in ec_response_timed_out()68 outb(EC_COMMAND_PROTOCOL_3, EC_LPC_ADDR_HOST_CMD); in cros_ec_pkt_xfer_lpc()159 outb(msg->command, EC_LPC_ADDR_HOST_CMD); in cros_ec_cmd_xfer_lpc()
44 #define EC_LPC_ADDR_HOST_CMD 0x204 macro