Searched refs:OHCI_ED_GET_EN (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | ohcireg.h | 150 #define OHCI_ED_GET_EN(s) (((s) >> 7) & 0xf) macro |
H A D | ohci.c | 1878 OHCI_ED_GET_EN(letoh32(sed->ed.ed_flags)), in ohci_dump_ed() |