Searched refs:OHCI_CNTL_CYCMATCH_S (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/libfirewire/
H A Dfwohcireg.h188 #define OHCI_CNTL_CYCMATCH_S (0x1 << 31) macro
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwohcireg.h190 #define OHCI_CNTL_CYCMATCH_S (0x1 << 31) macro
H A Dfwohci.c1325 OHCI_CNTL_DMA_RUN | OHCI_CNTL_CYCMATCH_S);
1587 if (firewire_debug && (stat & OHCI_CNTL_CYCMATCH_S))
1590 if (stat & (OHCI_CNTL_DMA_ACTIVE | OHCI_CNTL_CYCMATCH_S))
1625 OHCI_CNTL_CYCMATCH_S | (cycle_match << 16)
1636 } else if ((stat & OHCI_CNTL_CYCMATCH_S) == 0) {

Completed in 151 milliseconds