Searched refs:CLK_S_OTP_SBPI_EN (Results 1 – 2 of 2) sorted by relevance
75 if (reg & CLK_S_OTP_SBPI_EN) in enable_otp_clk()77 CLK_S_OTP_SBPI_EN << WRITE_MASK); in enable_otp_clk()123 if (reg & CLK_S_OTP_SBPI_EN) in restore_otp_clk()125 (CLK_S_OTP_SBPI_EN << WRITE_MASK) | reg); in restore_otp_clk()
37 #define CLK_S_OTP_SBPI_EN (1 << 6) macro