Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
Dcros_ec.c490 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()
Dcros_ec_sandbox.c364 case EC_CMD_VBOOT_HASH: { in process_cmd()
/external/u-boot/include/
Dec_commands.h1903 #define EC_CMD_VBOOT_HASH 0x002A macro