Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohci.c592 | OHCI_INT_PHY_BUS_R | OHCI_INT_PW_ERR);
1743 | OHCI_INT_PHY_BUS_R);
1797 stat & OHCI_INT_PHY_BUS_R ? "BUS_RESET ":"",
1822 if ((stat & OHCI_INT_PHY_BUS_R) && (fc->status != FWBUSRESET)) {
1825 OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_PHY_BUS_R);
1841 OWRITE(sc, FWOHCI_INTSTATCLR, OHCI_INT_PHY_BUS_R);
1842 OWRITE(sc, FWOHCI_INTMASK, OHCI_INT_PHY_BUS_R);
1910 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)) && (!kdb_active))
2073 OWRITE(sc, FWOHCI_INTSTATCLR, stat & ~OHCI_INT_PHY_BUS_R);
H A Dfwohcireg.h431 #define OHCI_INT_PHY_BUS_R (0x1 << 17) macro