Searched refs:EHCI_QH_MULTI_MASK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dehcireg.h388 #define EHCI_QH_MULTI_MASK __BITS(31,30) /* pipe multiplier */ macro
389 #define EHCI_QH_GET_MULT(x) __SHIFTOUT((x), EHCI_QH_MULTI_MASK)
390 #define EHCI_QH_SET_MULT(x) __SHIFTIN((x), EHCI_QH_MULTI_MASK)

Completed in 135 milliseconds