HomeSort by: relevance | last modified time | path
    Searched refs:OHCI_INT_PHY_BUS_R (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
fwohcireg.h 435 #define OHCI_INT_PHY_BUS_R (0x1 << 17)
fwohci.c 563 OWRITE(sc, FWOHCI_INTSTATCLR, stat & ~OHCI_INT_PHY_BUS_R);
646 OHCI_INT_PHY_BUS_R);
1319 | OHCI_INT_PHY_BUS_R | OHCI_INT_PW_ERR);
1970 stat & OHCI_INT_PHY_BUS_R ? "BUS_RESET ":"",
1993 if ((stat & OHCI_INT_PHY_BUS_R) && (fc->status != FWBUSRESET)) {
1996 OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_PHY_BUS_R);
2013 OWRITE(sc, FWOHCI_INTSTATCLR, OHCI_INT_PHY_BUS_R);
2014 OWRITE(sc, FWOHCI_INTMASK, OHCI_INT_PHY_BUS_R);
2061 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)))

Completed in 14 milliseconds