Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.c169 (SGRF_CON_OTP_SECURE << WRITE_MASK) | in otp_select()
170 SGRF_CON_OTP_SECURE); /* secure */ in otp_select()
174 SGRF_CON_OTP_SECURE << WRITE_MASK); /* non secure */ in otp_select()
308 SGRF_CON_OTP_SECURE << WRITE_MASK); /* non secure */ in rk_otp_sbpi_read()
H A Dotp.h42 #define SGRF_CON_OTP_SECURE (1 << 1) macro