Home
last modified time | relevance | path

Searched refs:EC_LPC_HOST_PACKET_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dcros_ec_lpc.c49 if (out_bytes > EC_LPC_HOST_PACKET_SIZE) in cros_ec_lpc_packet()
52 if (in_bytes > EC_LPC_HOST_PACKET_SIZE) in cros_ec_lpc_packet()
/openbmc/u-boot/include/
H A Dec_commands.h57 #define EC_LPC_HOST_PACKET_SIZE 0x100 /* Max size of version 3 packet */ macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h49 #define EC_LPC_HOST_PACKET_SIZE 0x100 /* Max size of version 3 packet */ macro