Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.c40 if (reg & CLK_NS_OTP_USER_EN) in enable_otp_clk()
42 CLK_NS_OTP_USER_EN << WRITE_MASK); in enable_otp_clk()
98 if (reg & CLK_NS_OTP_USER_EN) in restore_otp_clk()
100 (CLK_NS_OTP_USER_EN << WRITE_MASK) | reg); in restore_otp_clk()
H A Dotp.h29 #define CLK_NS_OTP_USER_EN (1 << 11) macro