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

/freebsd-13-stable/stand/i386/libfirewire/
H A Dfwohci.c361 OWRITE(sc, FWOHCI_INTMASK, OHCI_INT_PHY_BUS_R);
414 stat & OHCI_INT_PHY_BUS_R ? "BUS_RESET ":"",
430 if(stat & OHCI_INT_PHY_BUS_R ){
436 OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_PHY_BUS_R);
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohcireg.h432 #define OHCI_INT_PHY_BUS_R (0x1 << 17) macro
H A Dfwohci.c594 | OHCI_INT_PHY_BUS_R | OHCI_INT_PW_ERR);
1748 | OHCI_INT_PHY_BUS_R);
1802 stat & OHCI_INT_PHY_BUS_R ? "BUS_RESET ":"",
1827 if ((stat & OHCI_INT_PHY_BUS_R) && (fc->status != FWBUSRESET)) {
1830 OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_PHY_BUS_R);
1846 OWRITE(sc, FWOHCI_INTSTATCLR, OHCI_INT_PHY_BUS_R);
1847 OWRITE(sc, FWOHCI_INTMASK, OHCI_INT_PHY_BUS_R);
1915 if ((stat & ~(OHCI_INT_PHY_BUS_R | OHCI_INT_PHY_SID)) && (!kdb_active))
2078 OWRITE(sc, FWOHCI_INTSTATCLR, stat & ~OHCI_INT_PHY_BUS_R);

Completed in 94 milliseconds