Home | History | Annotate | Download | only in ieee1394

Lines Matching defs:itstat

389 	sc->intmask = sc->irstat = sc->itstat = 0;
548 uint32_t stat, irstat, itstat;
576 itstat = OREAD(sc, OHCI_IT_STAT);
577 OWRITE(sc, OHCI_IT_STATCLR, itstat);
578 atomic_swap_32(&sc->itstat, itstat);
2069 uint32_t irstat, itstat;
2087 itstat = atomic_swap_32(&sc->itstat, 0);
2089 if ((itstat & (1 << i)) != 0)