Searched refs:EHCI_PORTSC_PSPD_MASK (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | ehcireg.h | 190 #define EHCI_PORTSC_PSPD_MASK 0x3 macro |
D | ehci.c | 3006 v = (v >> EHCI_PORTSC_PSPD_SHIFT) & EHCI_PORTSC_PSPD_MASK; |