Searched refs:EC_LPC_ADDR_HOST_CMD (Results 1 – 4 of 4) sorted by relevance
32 while (inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK) { in wait_for_sync()63 outb(EC_COMMAND_PROTOCOL_3, EC_LPC_ADDR_HOST_CMD); in cros_ec_lpc_packet()80 const int cmd_addr = EC_LPC_ADDR_HOST_CMD; in cros_ec_lpc_command()193 byte &= inb(EC_LPC_ADDR_HOST_CMD); in cros_ec_lpc_init()
134 if (!(cros_ec_lpc_ops.read(EC_LPC_ADDR_HOST_CMD, 1, &data) & in ec_response_timed_out()160 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CMD, 1, &sum); in cros_ec_pkt_xfer_lpc()242 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CMD, 1, &sum); in cros_ec_cmd_xfer_lpc()
48 #define EC_LPC_ADDR_HOST_CMD 0x204 macro
39 #define EC_LPC_ADDR_HOST_CMD 0x204 macro