Home
last modified time | relevance | path

Searched refs:EC_LPC_ADDR_HOST_CMD (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/platform/chrome/
Dcros_ec_lpc.c41 if (!(inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK)) in ec_response_timed_out()
88 outb(msg->command, EC_LPC_ADDR_HOST_CMD); in cros_ec_cmd_xfer_lpc()
/linux-4.1.27/include/linux/mfd/
Dcros_ec_commands.h44 #define EC_LPC_ADDR_HOST_CMD 0x204 macro