Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c39 #define PLL_IDLE 0x1 macro
185 if (val & PLL_IDLE) { in phy_pipe3_power_on()
186 val &= ~PLL_IDLE; in phy_pipe3_power_on()
211 val |= PLL_IDLE; in phy_pipe3_power_off()
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c38 #define PLL_IDLE 0x1 macro
144 val &= ~(PLL_SELFREQDCO_MASK | PLL_IDLE); in omap_pipe3_dpll_program()
209 if (val & PLL_IDLE) { in pipe3_init()
210 val &= ~PLL_IDLE; in pipe3_init()
251 val |= PLL_IDLE; in pipe3_exit()
/openbmc/u-boot/include/linux/usb/
H A Dxhci-omap.h47 #define PLL_IDLE 0x1 macro
/openbmc/linux/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()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c50 #define PLL_IDLE 0x1 macro