Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-omap2/
A Dpipe3-phy.c39 #define PLL_LDOPWDN BIT(15) macro
220 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()
/u-boot/drivers/phy/
A Dti-pipe3-phy.c40 #define PLL_LDOPWDN BIT(15) macro
409 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in pipe3_exit()
413 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in pipe3_exit()
/u-boot/drivers/usb/dwc3/
A Dti_usb_phy.c51 #define PLL_LDOPWDN BIT(15) macro

Completed in 5 milliseconds