Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c40 #define PLL_IDLE 0x1 macro
186 if (val & PLL_IDLE) { in phy_pipe3_power_on()
187 val &= ~PLL_IDLE; in phy_pipe3_power_on()
212 val |= PLL_IDLE; in phy_pipe3_power_off()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c39 #define PLL_IDLE 0x1 macro
210 if (val & PLL_IDLE) { in pipe3_init()
211 val &= ~PLL_IDLE; in pipe3_init()
252 val |= PLL_IDLE; in pipe3_exit()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-ti-pipe3.c45 #define PLL_IDLE 0x1 macro
522 if (val & PLL_IDLE) { in ti_pipe3_init()
523 val &= ~PLL_IDLE; in ti_pipe3_init()
561 val |= PLL_IDLE; in ti_pipe3_exit()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dxhci-omap.h48 #define PLL_IDLE 0x1 macro
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c51 #define PLL_IDLE 0x1 macro