Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Drockchip_otp.h18 TEE_Result rockchip_otp_read_secure(uint32_t *value, uint32_t index,
/optee_os/core/drivers/
H A Drockchip_otp.c43 TEE_Result rockchip_otp_read_secure(uint32_t *value, uint32_t index, in rockchip_otp_read_secure() function
134 res = rockchip_otp_read_secure(&old_val, curr_idx, OTP_WORD); in rockchip_otp_write_secure()
/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_rk3588.c228 res = rockchip_otp_read_secure(buffer, in read_huk()