Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohcireg.h89 #define OHCI_FM_INTERVAL 0x34 macro
H A Dohci.c217 ival = OHCI_GET_IVAL(OREAD4(sc, OHCI_FM_INTERVAL)); in ohci_controller_init()
271 fm = (OREAD4(sc, OHCI_FM_INTERVAL) & OHCI_FIT) ^ OHCI_FIT; in ohci_controller_init()
273 OWRITE4(sc, OHCI_FM_INTERVAL, fm); in ohci_controller_init()
508 OREAD4(sc, OHCI_FM_INTERVAL), in ohci_dumpregs()