Home
last modified time | relevance | path

Searched refs:CFGCHIP2_PHY_PLLON (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dda8xx.c53 cfgchip2 |= CFGCHIP2_SESENDEN | CFGCHIP2_VBDTCTEN | CFGCHIP2_PHY_PLLON | in phy_on()
79 cfgchip2 &= ~CFGCHIP2_PHY_PLLON; in phy_off()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-da8xx.c33 CFGCHIP2_PHY_PLLON | CFGCHIP2_REFFREQ_24MHZ | in usb_phy_on()
51 CFGCHIP2_PHY_PLLON | CFGCHIP2_USB1SUSPENDM, in usb_phy_off()
/rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/
H A Dda8xx-usb.h80 #define CFGCHIP2_PHY_PLLON (1 << 6) /* override PLL suspend */ macro