Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h133 #define EHCI_PS_PEC (1 << 3) /* RWC port enable change */ macro
137 #define EHCI_PS_CLEAR (EHCI_PS_OCC | EHCI_PS_PEC | EHCI_PS_CSC)
H A Dehci-hcd.c804 if (reg & EHCI_PS_PEC) in ehci_submit_root()