Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_lpc.c69 cros_ec_lpc_write_bytes(EC_LPC_ADDR_HOST_PACKET, ret, ec->dout); in cros_ec_pkt_xfer_lpc()
89 sum = cros_ec_lpc_read_bytes(EC_LPC_ADDR_HOST_PACKET, sizeof(response), in cros_ec_pkt_xfer_lpc()
103 sum += cros_ec_lpc_read_bytes(EC_LPC_ADDR_HOST_PACKET + in cros_ec_pkt_xfer_lpc()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h52 #define EC_LPC_ADDR_HOST_PACKET 0x800 /* Offset of version 3 packet */ macro