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