Home
last modified time | relevance | path

Searched refs:EHCI_QH_SET_SMASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dehcireg.h342 #define EHCI_QH_SET_SMASK(x) ((x) << 0) macro
H A Dehci.c1453 EHCI_QH_SET_SMASK(xfertype == UE_INTERRUPT ? 0x08 : 0) in ehci_open()