Searched refs:USBPHY_CM_PWRDN (Results 1 – 2 of 2) sorted by relevance
23 #define USBPHY_CM_PWRDN (1 << 0) macro87 val &= ~(USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN | in am335x_phy_power()91 val &= ~(USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN); in am335x_phy_power()95 val |= USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN; in am335x_phy_power()
35 #define USBPHY_CM_PWRDN (1 << 0) macro