Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dxhci-omap.h48 #define PLL_IDLE 0x1 macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dti_usb_phy.c51 #define PLL_IDLE 0x1 macro