Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_lpc.c154 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_PACKET, ret, ec->dout); in cros_ec_pkt_xfer_lpc()
174 sum = cros_ec_lpc_ops.read(EC_LPC_ADDR_HOST_PACKET, sizeof(response), in cros_ec_pkt_xfer_lpc()
188 sum += cros_ec_lpc_ops.read(EC_LPC_ADDR_HOST_PACKET + in cros_ec_pkt_xfer_lpc()
/linux-5.19.10/include/linux/platform_data/
Dcros_ec_commands.h48 #define EC_LPC_ADDR_HOST_PACKET 0x800 /* Offset of version 3 packet */ macro