Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c37 #define PLL_LDOPWDN BIT(15) macro
218 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in phy_pipe3_power_off()
222 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in phy_pipe3_power_off()
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c36 #define PLL_LDOPWDN BIT(15) macro
258 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in pipe3_exit()
262 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in pipe3_exit()
/openbmc/linux/drivers/phy/ti/
H A 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()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c47 #define PLL_LDOPWDN BIT(15) macro