HomeSort by: relevance | last modified time | path
    Searched refs:IM_ALLOC_INT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
smc91cxxreg.h 367 #define IM_ALLOC_INT 0x08 /* Memory allocation completed */
smc91cxx.c 679 INTR_STAT_REG_B) & IM_ALLOC_INT)
696 sc->sc_intmask |= IM_ALLOC_INT;
903 if (status & IM_ALLOC_INT) {
905 mask &= ~IM_ALLOC_INT;
906 sc->sc_intmask &= ~IM_ALLOC_INT;

Completed in 36 milliseconds