Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb/
A Dam35x.c29 u32 devconf2; in phy_on() local
32 devconf2 = readl(&am35x_scm_general_regs->devconf2); in phy_on()
34 devconf2 &= ~(DEVCONF2_RESET | DEVCONF2_PHYPWRDN | DEVCONF2_OTGPWRDN | in phy_on()
37 devconf2 |= DEVCONF2_SESENDEN | DEVCONF2_VBDTCTEN | DEVCONF2_PHY_PLLON | in phy_on()
40 writel(devconf2, &am35x_scm_general_regs->devconf2); in phy_on()
45 if (readl(&am35x_scm_general_regs->devconf2) & DEVCONF2_PHYCKGD) in phy_on()
57 u32 devconf2; in phy_off() local
62 devconf2 = readl(&am35x_scm_general_regs->devconf2); in phy_off()
64 devconf2 &= ~DEVCONF2_PHY_PLLON; in phy_off()
65 devconf2 |= DEVCONF2_PHYPWRDN | DEVCONF2_OTGPWRDN; in phy_off()
[all …]
/u-boot/arch/arm/mach-omap2/omap3/
A Dam35x_musb.c34 clrsetbits_le32(&am35x_scm_general_regs->devconf2, in am35x_musb_phy_power()
39 while (!(readl(&am35x_scm_general_regs->devconf2) in am35x_musb_phy_power()
51 clrsetbits_le32(&am35x_scm_general_regs->devconf2, in am35x_musb_phy_power()
/u-boot/arch/arm/include/asm/arch-omap3/
A Dam35x_def.h54 u32 devconf2; /* 0x310 */ member
/u-boot/board/logicpd/am3517evm/
A Dam3517evm.c102 clrsetbits_le32(&am35x_scm_general_regs->devconf2, in am3517_evm_musb_init()

Completed in 5 milliseconds