Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dusb-davinci.h25 #define CFGCHIP2_PHYPWRDN (1 << 10) macro
/linux-4.1.27/drivers/usb/musb/
Dda8xx.c106 cfgchip2 &= ~(CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN); in phy_on()
133 cfgchip2 |= CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN; in phy_off()
/linux-4.1.27/drivers/usb/host/
Dohci-da8xx.c50 cfgchip2 &= ~(CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN); in ohci_da8xx_clock()