Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehcireg.h149 #define EHCI_PS_IS_LOWSPEED(x) (((x) & EHCI_PS_LS) == 0x00000400) macro
H A Dehci.c3317 if (EHCI_PS_IS_LOWSPEED(v) && in ehci_roothub_exec()