Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
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()
/external/u-boot/drivers/phy/
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()
/external/u-boot/drivers/usb/dwc3/
Dti_usb_phy.c48 #define PLL_LDOPWDN BIT(15) macro