Searched refs:itstat (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcivar.h69 uint32_t intmask, irstat, itstat; member in struct:fwohci_softc
H A Dfwohci.cpp758 sc->intmask = sc->irstat = sc->itstat = 0;
1953 uint32_t irstat, itstat; local
1974 itstat = atomic_readandclear_int(&sc->itstat);
1976 if((itstat & (1 << i)) != 0){
2099 uint32_t stat, irstat, itstat; local
2122 itstat = OREAD(sc, OHCI_IT_STAT);
2123 OWRITE(sc, OHCI_IT_STATCLR, itstat);
2124 atomic_set_int(&sc->itstat, itstat);
[all...]

Completed in 45 milliseconds