Home
last modified time | relevance | path

Searched refs:USBPHY_CM_PWRDN (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-am335x-control.c23 #define USBPHY_CM_PWRDN (1 << 0) 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()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-am335x-control.c23 #define USBPHY_CM_PWRDN (1 << 0) 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()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dusb.h35 #define USBPHY_CM_PWRDN (1 << 0) macro

Completed in 2 milliseconds