Searched refs:EHCI_PORTSC_PSPD_MASK (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
H A D | ehcireg.h | 189 #define EHCI_PORTSC_PSPD_MASK 0x3 macro |
H A D | ehci.c | 3005 v = (v >> EHCI_PORTSC_PSPD_SHIFT) & EHCI_PORTSC_PSPD_MASK; |
Completed in 5 milliseconds