Searched refs:OHCI_GET_IVAL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ohcireg.h | 90 #define OHCI_GET_IVAL(s) ((s) & 0x3fff) macro |
H A D | ohci.c | 217 ival = OHCI_GET_IVAL(OREAD4(sc, OHCI_FM_INTERVAL)); in ohci_controller_init() |