Home
last modified time | relevance | path

Searched refs:CFGCHIP2_PHYPWRDN (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/musb/
Dda8xx.c50 cfgchip2 &= ~(CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN | in phy_on()
79 cfgchip2 |= CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN; in phy_off()
/external/u-boot/arch/arm/mach-davinci/include/mach/
Dda8xx-usb.h75 #define CFGCHIP2_PHYPWRDN (1 << 10) macro