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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h68 uint32_t intmask, irstat, itstat; member in struct:fwohci_softc
H A Dfwohci.c754 sc->intmask = sc->irstat = sc->itstat = 0;
1919 uint32_t irstat, itstat; local
1924 irstat = atomic_readandclear_int(&sc->irstat);
1928 if ((irstat & (1 << i)) != 0) {
2064 uint32_t stat, irstat, itstat; local
2083 irstat = OREAD(sc, OHCI_IR_STAT);
2084 OWRITE(sc, OHCI_IR_STATCLR, irstat);
2085 atomic_set_int(&sc->irstat, irstat);
[all...]

Completed in 147 milliseconds