Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.c82 if (reg & PCLK_S_OTP_EN) in enable_otp_clk()
84 PCLK_S_OTP_EN << WRITE_MASK); in enable_otp_clk()
128 if (reg & PCLK_S_OTP_EN) in restore_otp_clk()
130 (PCLK_S_OTP_EN << WRITE_MASK) | reg); in restore_otp_clk()
H A Dotp.h38 #define PCLK_S_OTP_EN (1 << 5) macro