Home
last modified time | relevance | path

Searched refs:ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/pta/rockchip/
H A Drk_secure_boot.c151 ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE); in get_info()
215 if (test_bit_mask(status, ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE)) { in burn_hash()
270 if (test_bit_mask(status, ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE)) { in lockdown_device()
275 status |= ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE; in lockdown_device()
295 if (!test_bit_mask(status, ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE)) { in lockdown_device()
/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_config.h123 #define ROCKCHIP_OTP_SECURE_BOOT_STATUS_ENABLE 0x00ff macro