Searched refs:EHCI_PORTSC_PSPD_MASK (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/usb/controller/ | ||
| D | ehcireg.h | 190 #define EHCI_PORTSC_PSPD_MASK 0x3 macro |
| D | ehci.c | 3056 v = (v >> EHCI_PORTSC_PSPD_SHIFT) & EHCI_PORTSC_PSPD_MASK; in ehci_get_port_speed_portsc() |