Searched refs:EHCI_PS_IS_LOWSPEED (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | ehci.h | 139 #define EHCI_PS_IS_LOWSPEED(x) (((x) & EHCI_PS_LS) == (1 << 10)) macro |
H A D | ehci-hcd.c | 831 EHCI_PS_IS_LOWSPEED(reg)) { in ehci_submit_root() |