Searched refs:EC_CMD_VBOOT_HASH (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/misc/ |
D | cros_ec.c | 490 if (ec_command(dev, EC_CMD_VBOOT_HASH, 0, &p, sizeof(p), in cros_ec_wait_on_hash_done() 510 if (ec_command(dev, EC_CMD_VBOOT_HASH, 0, &p, sizeof(p), in cros_ec_read_hash() 534 if (ec_command(dev, EC_CMD_VBOOT_HASH, 0, &p, sizeof(p), in cros_ec_read_hash() 564 if (ec_command_inptr(dev, EC_CMD_VBOOT_HASH, 0, &p, sizeof(p), in cros_ec_invalidate_hash()
|
D | cros_ec_sandbox.c | 364 case EC_CMD_VBOOT_HASH: { in process_cmd()
|
/external/u-boot/include/ |
D | ec_commands.h | 1903 #define EC_CMD_VBOOT_HASH 0x002A macro
|