Searched refs:EC_LPC_ADDR_HOST_PACKET (Results 1 – 2 of 2) sorted by relevance
69 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()
52 #define EC_LPC_ADDR_HOST_PACKET 0x800 /* Offset of version 3 packet */ macro