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

/netbsd-current/sys/dev/isa/
H A Dwtreg.h92 #define TPACTIVE 0x8000 /* DMA i/o active */ macro
H A Dwt.c741 if ((sc->flags & TPACTIVE) == 0) {
745 sc->flags &= ~TPACTIVE;
926 while (sc->flags & (TPACTIVE | TPREW | TPRMARK | TPWMARK))
939 sc->flags |= TPACTIVE;
993 callout_reset(&sc->sc_timer_ch, (sc->flags & TPACTIVE) ? 1 : hz,
1010 if ((sc->flags & (TPACTIVE | TPREW | TPRMARK | TPWMARK)) == 0)
1024 if (sc->flags & (TPACTIVE | TPREW | TPRMARK | TPWMARK))

Completed in 155 milliseconds