Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-am335x-control.c24 #define USBPHY_OTG_PWRDN (1 << 1) macro
87 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dusb.h36 #define USBPHY_OTG_PWRDN (1 << 1) macro