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

/netbsd-current/sys/arch/hpcmips/vr/
H A Dvr4181giu.c266 u_int32_t raw_intr_type; local
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 113 milliseconds