Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.c61 if (reg & PCLK_PHY_OTP_EN) in enable_otp_clk()
63 PCLK_PHY_OTP_EN << WRITE_MASK); in enable_otp_clk()
113 if (reg & PCLK_PHY_OTP_EN) in restore_otp_clk()
115 (PCLK_PHY_OTP_EN << WRITE_MASK) | reg); in restore_otp_clk()
H A Dotp.h32 #define PCLK_PHY_OTP_EN (1 << 13) macro