Home
last modified time | relevance | path

Searched refs:OHCI_INTR_CYC_64_SECS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1976 hci1394_ohci_intr_clear(ohci_hdl, OHCI_INTR_CYC_64_SECS); in hci1394_ohci_bustime_set()
1977 hci1394_ohci_intr_enable(ohci_hdl, OHCI_INTR_CYC_64_SECS); in hci1394_ohci_bustime_set()
2036 hci1394_ohci_intr_clear(ohci_hdl, OHCI_INTR_CYC_64_SECS); in hci1394_ohci_isr_cycle64seconds()
H A Dhci1394_isr.c224 if (interrupt_event & OHCI_INTR_CYC_64_SECS) { in hci1394_isr()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h168 #define OHCI_INTR_CYC_64_SECS 0x00200000 macro