Home
last modified time | relevance | path

Searched refs:OHCI_INT_PHY_SID (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwohcireg.h430 #define OHCI_INT_PHY_SID (0x1 << 16) macro
H A Dfwohci.c589 sc->intmask = (OHCI_INT_ERR | OHCI_INT_PHY_SID
1738 OHCI_INT_EN | OHCI_INT_ERR | OHCI_INT_PHY_SID
1798 stat & OHCI_INT_PHY_SID ? "SID ":"",
1839 if (stat & OHCI_INT_PHY_SID) {
1910 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)) && (!kdb_active))