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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwohcivar.h72 uint32_t intmask, irstat, itstat; member in struct:fwohci_softc
H A Dfwohci.c767 sc->intmask = sc->irstat = sc->itstat = 0;
1923 uint32_t irstat, itstat; local
1944 itstat = atomic_readandclear_int(&sc->itstat);
1946 if((itstat & (1 << i)) != 0){
2070 uint32_t stat, irstat, itstat; local
2094 itstat = OREAD(sc, OHCI_IT_STAT);
2095 OWRITE(sc, OHCI_IT_STATCLR, itstat);
2096 atomic_set_int(&sc->itstat, itstat);
[all...]

Completed in 21 milliseconds