Searched refs:USBPHY_OTG_PWRDN (Results 1 – 2 of 2) sorted by relevance
22 #define USBPHY_OTG_PWRDN (1 << 1) macro83 val &= ~(USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN); in am335x_phy_power()86 val |= USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN; in am335x_phy_power()
35 #define USBPHY_OTG_PWRDN (1 << 1) macro