Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dec_commands.h1397 #define EC_VBNV_BLOCK_SIZE_V2 64 macro
1406 uint8_t block[EC_VBNV_BLOCK_SIZE_V2];
1410 uint8_t block[EC_VBNV_BLOCK_SIZE_V2];
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c77 u8 vbnv_context[EC_VBNV_BLOCK_SIZE_V2];
H A Dcros_ec.c1063 if (size != EC_VBNV_BLOCK_SIZE && size != EC_VBNV_BLOCK_SIZE_V2) in cros_ec_read_nvdata()
1083 if (size != EC_VBNV_BLOCK_SIZE && size != EC_VBNV_BLOCK_SIZE_V2) in cros_ec_write_nvdata()