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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwohcireg.h431 #define OHCI_INT_PHY_SID (0x1 << 16) macro
H A Dfwohci.c591 sc->intmask = (OHCI_INT_ERR | OHCI_INT_PHY_SID
1743 OHCI_INT_EN | OHCI_INT_ERR | OHCI_INT_PHY_SID
1803 stat & OHCI_INT_PHY_SID ? "SID ":"",
1844 if (stat & OHCI_INT_PHY_SID) {
1915 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)) && (!kdb_active))
/freebsd-13-stable/stand/i386/libfirewire/
H A Dfwohci.c415 stat & OHCI_INT_PHY_SID ? "SID ":"",

Completed in 79 milliseconds