Home
last modified time | relevance | path

Searched refs:EHCI_PS_CSC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-aspeed.c27 if (ehci_readl(status_reg) & EHCI_PS_CSC) in aspeed_ehci_powerup_fixup()
28 *reg |= EHCI_PS_CSC; in aspeed_ehci_powerup_fixup()
H A Dehci.h135 #define EHCI_PS_CSC (1 << 1) /* RWC connect status change */ macro
137 #define EHCI_PS_CLEAR (EHCI_PS_OCC | EHCI_PS_PEC | EHCI_PS_CSC)
H A Dehci-tegra.c220 if (ehci_readl(status_reg) & EHCI_PS_CSC) in tegra_ehci_powerup_fixup()
221 *reg |= EHCI_PS_CSC; in tegra_ehci_powerup_fixup()
H A Dehci-hcd.c802 if (reg & EHCI_PS_CSC) in ehci_submit_root()
909 reg |= EHCI_PS_CSC; in ehci_submit_root()