Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsmc91cxx.c679 INTR_STAT_REG_B) & IM_ALLOC_INT) in smc91cxx_start()
696 sc->sc_intmask |= IM_ALLOC_INT; in smc91cxx_start()
903 if (status & IM_ALLOC_INT) { in smc91cxx_intr()
905 mask &= ~IM_ALLOC_INT; in smc91cxx_intr()
906 sc->sc_intmask &= ~IM_ALLOC_INT; in smc91cxx_intr()
H A Dsmc91cxxreg.h367 #define IM_ALLOC_INT 0x08 /* Memory allocation completed */ macro