Searched refs:s3c24x0_soft_imask (Results 1 – 3 of 3) sorted by relevance
69 int s3c24x0_soft_imask[NIPL]; variable264 s3c24x0_soft_imask[IPL_NONE] = SI_TO_IRQBIT(SI_SOFTSERIAL) | in init_interrupt_masks()268 s3c24x0_soft_imask[IPL_SOFT] = SI_TO_IRQBIT(SI_SOFTSERIAL) | in init_interrupt_masks()276 s3c24x0_soft_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTSERIAL) | in init_interrupt_masks()284 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()287 s3c24x0_soft_imask[i] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()
96 int s3c24x0_soft_imask[NIPL]; variable294 s3c24x0_soft_imask[IPL_NONE] = SI_TO_IRQBIT(SI_SOFTSERIAL) | in init_interrupt_masks()298 s3c24x0_soft_imask[IPL_SOFT] = SI_TO_IRQBIT(SI_SOFTSERIAL) | in init_interrupt_masks()306 s3c24x0_soft_imask[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTSERIAL) | in init_interrupt_masks()314 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()317 s3c24x0_soft_imask[i] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()
42 extern int s3c24x0_soft_imask[];46 (soft_intr_mask = s3c24x0_soft_imask[curcpl()])