Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h139 #define EHCI_PS_IS_LOWSPEED(x) (((x) & EHCI_PS_LS) == (1 << 10)) macro
H A Dehci-hcd.c831 EHCI_PS_IS_LOWSPEED(reg)) { in ehci_submit_root()