Home
last modified time | relevance | path

Searched refs:MSG_BYTES (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dcros_ec_message.h25 MSG_BYTES = EC_PROTO2_MAX_PARAM_SIZE + MSG_PROTO_BYTES, enumerator
H A Dcros_ec.h33 uint8_t din[ALIGN(MSG_BYTES + sizeof(int64_t), sizeof(int64_t))]
35 uint8_t dout[ALIGN(MSG_BYTES + sizeof(int64_t), sizeof(int64_t))]
/openbmc/u-boot/cmd/
H A Dcros_ec.c124 char id[MSG_BYTES]; in do_cros_ec()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c1144 char id[MSG_BYTES]; in cros_ec_register()