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

/netbsd-current/sys/arch/arm/at91/
H A Dat91aicvar.h45 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Dat91aic.c141 iq->iq_levels = levels;
148 if (intrq[irq].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/evbarm/ifpga/
H A Difpgavar.h100 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Difpga_intr.c155 iq->iq_levels = levels;
162 if (intrq[irq].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/evbarm/iq80310/
H A Diq80310var.h73 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Diq80310_intr.c159 iq->iq_levels = levels;
166 if (intrq[irq].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/arm/ep93xx/
H A Dep93xxvar.h52 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Dep93xx_intr.c128 iq->iq_levels = levels;
136 if (intrq[irq].iq_levels & (1U << ipl))
141 if (intrq[irq + VIC_NIRQ].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0var.h74 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Dixp12x0_intr.c182 iq->iq_levels = levels;
190 if (intrq[irq].iq_levels & (1U << ipl))
195 if (intrq[irq + SYS_NIRQ].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/arm/xscale/
H A Dbeccvar.h61 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Dixp425var.h113 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Dixp425_intr.c204 iq->iq_levels = levels;
211 if (intrq[irq].iq_levels & (1U << ipl))
H A Dbecc_icu.c179 iq->iq_levels = levels;
186 if (intrq[irq].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge_intr.h204 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
H A Dfootbridge_irqhandler.c123 iq->iq_levels = levels;
130 if (footbridge_intrq[irq].iq_levels & (1U << ipl))
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disa_machdep.c194 iq->iq_levels = levels;
201 if (isa_intrq[irq].iq_levels & (1U << level))

Completed in 128 milliseconds