HomeSort by: relevance | last modified time | path
    Searched defs:raw_intr_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
vr4181giu.c 266 u_int32_t raw_intr_type; local in function:vr4181giu_intr_establish
312 raw_intr_type = intr_mode_trans[mode];
313 if (raw_intr_type == VR4181GIU_INTTYP_INVALID)
319 && raw_intr_type != sc->sc_intr_mode[port])
323 sc->sc_intr_mode[port] = raw_intr_type;
357 r |= raw_intr_type << bitoff;

Completed in 11 milliseconds