Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcros_ec.h34 uint8_t din[ALIGN(MSG_BYTES + sizeof(int64_t), sizeof(int64_t))]
36 uint8_t dout[ALIGN(MSG_BYTES + sizeof(int64_t), sizeof(int64_t))]
H A Dcros_ec_message.h26 MSG_BYTES = EC_PROTO2_MAX_PARAM_SIZE + MSG_PROTO_BYTES, enumerator
/OK3568_Linux_fs/u-boot/cmd/
H A Dcros_ec.c129 char id[MSG_BYTES]; in do_cros_ec()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c1000 char id[MSG_BYTES]; in cros_ec_register()