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

  /src/sys/arch/arm/xscale/
ixp425_intr.c 91 int ixp425_imask[NIPL]; variable in typeref:typename:int[]
214 ixp425_imask[ipl] = irqs;
217 KASSERT(ixp425_imask[IPL_NONE] == 0);
223 ixp425_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTCLOCK);
224 ixp425_imask[IPL_SOFTBIO] = SI_TO_IRQBIT(SI_SOFTBIO);
225 ixp425_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTNET);
226 ixp425_imask[IPL_SOFTSERIAL] = SI_TO_IRQBIT(SI_SOFTSERIAL);
228 KASSERT(ixp425_imask[IPL_SOFTCLOCK] == 0);
229 KASSERT(ixp425_imask[IPL_SOFTBIO] == 0);
230 KASSERT(ixp425_imask[IPL_SOFTNET] == 0)
    [all...]
ixp425_intr.c 91 int ixp425_imask[NIPL]; variable in typeref:typename:int[]
214 ixp425_imask[ipl] = irqs;
217 KASSERT(ixp425_imask[IPL_NONE] == 0);
223 ixp425_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTCLOCK);
224 ixp425_imask[IPL_SOFTBIO] = SI_TO_IRQBIT(SI_SOFTBIO);
225 ixp425_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTNET);
226 ixp425_imask[IPL_SOFTSERIAL] = SI_TO_IRQBIT(SI_SOFTSERIAL);
228 KASSERT(ixp425_imask[IPL_SOFTCLOCK] == 0);
229 KASSERT(ixp425_imask[IPL_SOFTBIO] == 0);
230 KASSERT(ixp425_imask[IPL_SOFTNET] == 0)
    [all...]

Completed in 20 milliseconds