Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
H A Dfwohcivar.h70 u_int32_t intmask, irstat, itstat; member
H A Dfwohci.c743 sc->intmask = sc->irstat = sc->itstat = 0;
1748 u_int32_t irstat, itstat; local
1826 itstat = atomic_readandclear_int(&sc->itstat);
1828 if((itstat & (1 << i)) != 0){
1983 u_int32_t stat, irstat, itstat; local
2001 itstat = OREAD(sc, OHCI_IT_STAT);
2002 OWRITE(sc, OHCI_IT_STATCLR, itstat);
2003 atomic_set_int(&sc->itstat, itstat);