Searched refs:OHCI_REV_LEGACY (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | ohcireg.h | 50 #define OHCI_REV_LEGACY(rev) ((rev) & 0x100) macro |
H A D | ohci.c | 665 OHCI_REV_LEGACY(rev) ? ", legacy support" : ""); in ohci_checkrev() |