Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-am335x-control.c21 #define USBPHY_CM_PWRDN (1 << 0) macro
83 val &= ~(USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN); in am335x_phy_power()
86 val |= USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN; in am335x_phy_power()
/linux-4.1.27/arch/arm/mach-omap2/
Dusb.h34 #define USBPHY_CM_PWRDN (1 << 0) macro