Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcireg.h433 #define OHCI_INT_PHY_BUS_R (0x1 << 17) macro
H A Dfwohci.cpp580 | OHCI_INT_PHY_BUS_R | OHCI_INT_PW_ERR);
1825 | OHCI_INT_PHY_BUS_R);
1850 stat & OHCI_INT_PHY_BUS_R ? "BUS_RESET ":"",
1873 if ((stat & OHCI_INT_PHY_BUS_R) && (fc->status != FWBUSRESET)) {
1876 OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_PHY_BUS_R);
1893 OWRITE(sc, FWOHCI_INTSTATCLR, OHCI_INT_PHY_BUS_R);
1894 OWRITE(sc, FWOHCI_INTMASK, OHCI_INT_PHY_BUS_R);
1946 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)))
2109 OWRITE(sc, FWOHCI_INTSTATCLR, stat & ~OHCI_INT_PHY_BUS_R);