Searched refs:EC_LPC_ADDR_HOST_PACKET (Results 1 – 2 of 2) sorted by relevance
63 outb(ec->dout[i], EC_LPC_ADDR_HOST_PACKET + i); in cros_ec_pkt_xfer_lpc()85 dout[i] = inb(EC_LPC_ADDR_HOST_PACKET + i); in cros_ec_pkt_xfer_lpc()102 inb(EC_LPC_ADDR_HOST_PACKET + sizeof(response) + i); in cros_ec_pkt_xfer_lpc()
52 #define EC_LPC_ADDR_HOST_PACKET 0x800 /* Offset of version 3 packet */ macro