Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dda8xx.c47 u32 cfgchip2; in phy_on() local
49 cfgchip2 = readl(&davinci_syscfg_regs->cfgchip2); in phy_on()
51 cfgchip2 &= ~(CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN | in phy_on()
53 cfgchip2 |= CFGCHIP2_SESENDEN | CFGCHIP2_VBDTCTEN | CFGCHIP2_PHY_PLLON | in phy_on()
56 writel(cfgchip2, &davinci_syscfg_regs->cfgchip2); in phy_on()
61 if (readl(&davinci_syscfg_regs->cfgchip2) & CFGCHIP2_PHYCLKGD) in phy_on()
73 u32 cfgchip2; in phy_off() local
78 cfgchip2 = readl(&davinci_syscfg_regs->cfgchip2); in phy_off()
79 cfgchip2 &= ~CFGCHIP2_PHY_PLLON; in phy_off()
80 cfgchip2 |= CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN; in phy_off()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-da8xx.c28 clrsetbits_le32(&davinci_syscfg_regs->cfgchip2, in usb_phy_on()
39 if (readl(&davinci_syscfg_regs->cfgchip2) & CFGCHIP2_PHYCLKGD) in usb_phy_on()
50 clrsetbits_le32(&davinci_syscfg_regs->cfgchip2, in usb_phy_off()
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/
H A Dhardware.h495 dv_reg cfgchip2; member