Searched refs:PLL_LDOPWDN (Results 1 – 3 of 3) sorted by relevance
39 #define PLL_LDOPWDN BIT(15) macro220 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in phy_pipe3_power_off()224 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in phy_pipe3_power_off()
40 #define PLL_LDOPWDN BIT(15) macro409 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in pipe3_exit()413 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in pipe3_exit()
51 #define PLL_LDOPWDN BIT(15) macro
Completed in 5 milliseconds