Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c37 #define PLL_TICOPWDN BIT(16) macro
219 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in phy_pipe3_power_off()
223 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in phy_pipe3_power_off()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c36 #define PLL_TICOPWDN BIT(16) macro
259 if ((val & PLL_TICOPWDN) && (val & PLL_LDOPWDN)) in pipe3_exit()
263 if (!(val & PLL_TICOPWDN) || !(val & PLL_LDOPWDN)) { in pipe3_exit()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dxhci-omap.h46 #define PLL_TICOPWDN 0x10000 macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c49 #define PLL_TICOPWDN BIT(16) macro