HomeSort by: relevance | last modified time | path
    Searched refs:OHCI_CNTL_CYCMATCH_S (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
fwohcireg.h 195 #define OHCI_CNTL_CYCMATCH_S (0x1 << 31)
fwohci.c 968 if (firewire_debug && (stat & OHCI_CNTL_CYCMATCH_S))
971 if (stat & (OHCI_CNTL_DMA_ACTIVE | OHCI_CNTL_CYCMATCH_S))
1006 OHCI_CNTL_CYCMATCH_S | (cycle_match << 16) |
1017 } else if ((stat & OHCI_CNTL_CYCMATCH_S) == 0) {
1031 OHCI_CNTL_DMA_RUN | OHCI_CNTL_CYCMATCH_S);

Completed in 15 milliseconds