Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDohcireg.h90 #define OHCI_GET_IVAL(s) ((s) & 0x3fff) macro
HDohci.c217 ival = OHCI_GET_IVAL(OREAD4(sc, OHCI_FM_INTERVAL)); in ohci_controller_init()