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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwohcireg.h428 #define OHCI_INT_DMA_IR (0x1 << 7) macro
H A Dfwohci.c595 sc->intmask |= OHCI_INT_DMA_IR | OHCI_INT_DMA_IT;
1715 OWRITE(sc, FWOHCI_INTMASK, OHCI_INT_DMA_IR);
1806 stat & OHCI_INT_DMA_IR ? "DMA_IR ":"",
1926 if (stat & OHCI_INT_DMA_IR) {
2085 if (stat & OHCI_INT_DMA_IR) {
/freebsd-13-stable/stand/i386/libfirewire/
H A Dfwohci.c418 stat & OHCI_INT_DMA_IR ? "DMA_IR ":"",

Completed in 124 milliseconds