Searched refs:OHCI_INT_ERR (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/boot/i386/libfirewire/
H A Dfwohcireg.h357 #define OHCI_INT_ERR (0x1 << 24) macro
H A Dfwohci.c413 stat & OHCI_INT_ERR ? "INT_ERR ":"",
/freebsd-10-stable/sys/dev/firewire/
H A Dfwohcireg.h436 #define OHCI_INT_ERR (0x1 << 24) macro
H A Dfwohci.c601 sc->intmask = (OHCI_INT_ERR | OHCI_INT_PHY_SID
1765 OHCI_INT_EN | OHCI_INT_ERR | OHCI_INT_PHY_SID
1818 stat & OHCI_INT_ERR ? "INT_ERR ":"",
2007 if (stat & OHCI_INT_ERR) {

Completed in 169 milliseconds