Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/phy/
Dphy-ti-pipe3.c51 #define PLL_LDOPWDN BIT(15) macro
270 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in ti_pipe3_exit()
274 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in ti_pipe3_exit()