Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-telechips/
H A Dmain.c65 res = tcc_otp_read_128(OTP_DATA_TEE_HUK_OFFSET, plat_huk); in init_huk()
69 tcc_otp_write_128(OTP_DATA_TEE_HUK_OFFSET, plat_huk); in init_huk()
70 res = tcc_otp_read_128(OTP_DATA_TEE_HUK_OFFSET, in init_huk()
/optee_os/core/arch/arm/plat-telechips/tcc805x/
H A Dotprom.h16 #define OTP_DATA_TEE_HUK_OFFSET U(0x1ED0) macro