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

  /src/sys/arch/arm/s3c2xx0/
s3c2410_intr.c 69 int s3c24x0_soft_imask[NIPL]; variable in typeref:typename:int[]
264 s3c24x0_soft_imask[IPL_NONE] = SI_TO_IRQBIT(SI_SOFTSERIAL) |
268 s3c24x0_soft_imask[IPL_SOFT] = SI_TO_IRQBIT(SI_SOFTSERIAL) |
276 s3c24x0_soft_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTSERIAL) |
284 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL);
287 s3c24x0_soft_imask[i] = SI_TO_IRQBIT(SI_SOFTSERIAL);
s3c2440_intr.c 96 int s3c24x0_soft_imask[NIPL]; variable in typeref:typename:int[]
294 s3c24x0_soft_imask[IPL_NONE] = SI_TO_IRQBIT(SI_SOFTSERIAL) |
298 s3c24x0_soft_imask[IPL_SOFT] = SI_TO_IRQBIT(SI_SOFTSERIAL) |
306 s3c24x0_soft_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTSERIAL) |
314 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL);
317 s3c24x0_soft_imask[i] = SI_TO_IRQBIT(SI_SOFTSERIAL);

Completed in 12 milliseconds