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

  /src/sys/arch/arm/at91/
at91aicvar.h 45 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
at91aic.c 141 iq->iq_levels = levels;
148 if (intrq[irq].iq_levels & (1U << ipl))
  /src/sys/arch/evbarm/ifpga/
ifpgavar.h 100 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
ifpga_intr.c 155 iq->iq_levels = levels;
162 if (intrq[irq].iq_levels & (1U << ipl))
  /src/sys/arch/evbarm/iq80310/
iq80310var.h 73 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
iq80310_intr.c 159 iq->iq_levels = levels;
166 if (intrq[irq].iq_levels & (1U << ipl))
  /src/sys/arch/arm/ep93xx/
ep93xxvar.h 52 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
ep93xx_intr.c 128 iq->iq_levels = levels;
136 if (intrq[irq].iq_levels & (1U << ipl))
141 if (intrq[irq + VIC_NIRQ].iq_levels & (1U << ipl))
  /src/sys/arch/arm/ixp12x0/
ixp12x0var.h 74 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
ixp12x0_intr.c 182 iq->iq_levels = levels;
190 if (intrq[irq].iq_levels & (1U << ipl))
195 if (intrq[irq + SYS_NIRQ].iq_levels & (1U << ipl))
  /src/sys/arch/arm/xscale/
beccvar.h 61 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
ixp425var.h 113 uint32_t iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
becc_icu.c 179 iq->iq_levels = levels;
186 if (intrq[irq].iq_levels & (1U << ipl))
ixp425_intr.c 204 iq->iq_levels = levels;
211 if (intrq[irq].iq_levels & (1U << ipl))
  /src/sys/arch/arm/footbridge/
footbridge_intr.h 204 int iq_levels; /* IPL_*'s this IRQ has */ member in struct:intrq
footbridge_irqhandler.c 123 iq->iq_levels = levels;
130 if (footbridge_intrq[irq].iq_levels & (1U << ipl))
  /src/sys/arch/arm/footbridge/isa/
isa_machdep.c 194 iq->iq_levels = levels;
201 if (isa_intrq[irq].iq_levels & (1U << level))

Completed in 19 milliseconds