Searched refs:EHCI_HOSTC_PSPD_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ehcireg.h | 186 #define EHCI_HOSTC_PSPD_MASK 0x3 macro |
H A D | ehci.c | 2974 v = (v >> EHCI_HOSTC_PSPD_SHIFT) & EHCI_HOSTC_PSPD_MASK; in ehci_get_port_speed_hostc() |