Searched refs:EHCI_QH_SET_SMASK (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | ehcireg.h | 342 #define EHCI_QH_SET_SMASK(x) ((x) << 0) macro |
H A D | ehci.c | 1453 EHCI_QH_SET_SMASK(xfertype == UE_INTERRUPT ? 0x08 : 0) in ehci_open() |