Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c36 #define PLL_TICOPWDN BIT(16) 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.c35 #define PLL_TICOPWDN BIT(16) macro
258 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in pipe3_exit()
262 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in pipe3_exit()
/openbmc/u-boot/include/linux/usb/
H A Dxhci-omap.h45 #define PLL_TICOPWDN 0x10000 macro
/openbmc/linux/drivers/phy/ti/
H A Dphy-ti-pipe3.c43 #define PLL_TICOPWDN BIT(16) 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.c48 #define PLL_TICOPWDN BIT(16) macro