Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/phy/ti/
Dphy-ti-pipe3.c42 #define PLL_LDOPWDN BIT(15) macro
569 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in ti_pipe3_exit()
573 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in ti_pipe3_exit()