Searched refs:EC_LPC_ADDR_HOST_PACKET (Results 1 – 2 of 2) sorted by relevance
152 cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_PACKET, ret, ec->dout); in cros_ec_pkt_xfer_lpc()172 sum = cros_ec_lpc_ops.read(EC_LPC_ADDR_HOST_PACKET, sizeof(response), in cros_ec_pkt_xfer_lpc()186 sum += cros_ec_lpc_ops.read(EC_LPC_ADDR_HOST_PACKET + in cros_ec_pkt_xfer_lpc()
48 #define EC_LPC_ADDR_HOST_PACKET 0x800 /* Offset of version 3 packet */ macro