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

/freebsd-10-stable/sys/boot/i386/libfirewire/
H A Dfwohcireg.h346 #define OHCI_INT_PHY_SID (0x1 << 16) macro
H A Dfwohci.c420 stat & OHCI_INT_PHY_SID ? "SID ":"",
/freebsd-10-stable/sys/dev/firewire/
H A Dfwohcireg.h428 #define OHCI_INT_PHY_SID (0x1 << 16) 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
1825 stat & OHCI_INT_PHY_SID ? "SID ":"",
1865 if (stat & OHCI_INT_PHY_SID) {
1936 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)) && (!kdb_active))

Completed in 188 milliseconds