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

  /src/sys/arch/arm/at91/
at91aic.c 68 static uint32_t aic_imask[NIPL]; variable in typeref:typename:uint32_t[]
151 aic_imask[ipl] = aic_irqs;
155 KASSERT(aic_imask[IPL_NONE] == 0);
156 KASSERT(aic_imask[IPL_SOFTCLOCK] == 0);
157 KASSERT(aic_imask[IPL_SOFTBIO] == 0);
158 KASSERT(aic_imask[IPL_SOFTNET] == 0);
159 KASSERT(aic_imask[IPL_SOFTSERIAL] == 0);
166 aic_imask[IPL_SCHED] |= aic_imask[IPL_VM];
167 aic_imask[IPL_HIGH] |= aic_imask[IPL_SCHED]
    [all...]
at91aic.c 68 static uint32_t aic_imask[NIPL]; variable in typeref:typename:uint32_t[]
151 aic_imask[ipl] = aic_irqs;
155 KASSERT(aic_imask[IPL_NONE] == 0);
156 KASSERT(aic_imask[IPL_SOFTCLOCK] == 0);
157 KASSERT(aic_imask[IPL_SOFTBIO] == 0);
158 KASSERT(aic_imask[IPL_SOFTNET] == 0);
159 KASSERT(aic_imask[IPL_SOFTSERIAL] == 0);
166 aic_imask[IPL_SCHED] |= aic_imask[IPL_VM];
167 aic_imask[IPL_HIGH] |= aic_imask[IPL_SCHED]
    [all...]

Completed in 21 milliseconds