Home
last modified time | relevance | path

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

/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dsuperio.asl17 * EC_LPC_ADDR_HOST_CMD : EC host command interface command port
67 EC_LPC_ADDR_HOST_CMD, EC_LPC_ADDR_HOST_CMD,
82 IO (Decode16, EC_LPC_ADDR_HOST_CMD,
83 EC_LPC_ADDR_HOST_CMD, 0x01, 0x01)
/u-boot/drivers/misc/
A Dcros_ec_lpc.c36 while (inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK) { in wait_for_sync()
67 outb(EC_COMMAND_PROTOCOL_3, EC_LPC_ADDR_HOST_CMD); in cros_ec_lpc_packet()
84 const int cmd_addr = EC_LPC_ADDR_HOST_CMD; in cros_ec_lpc_command()
197 byte &= inb(EC_LPC_ADDR_HOST_CMD); in cros_ec_lpc_init()
/u-boot/include/
A Dec_commands.h48 #define EC_LPC_ADDR_HOST_CMD 0x204 macro

Completed in 21 milliseconds