Searched refs:IRQ_S3C2412_SDI (Results 1 – 3 of 3) sorted by relevance
125 if (subsrc & INTBIT(IRQ_S3C2412_SDI)) in s3c2412_irq_demux_cfsdi()126 generic_handle_irq(IRQ_S3C2412_SDI); in s3c2412_irq_demux_cfsdi()133 #define SUBMSK_CFSDI INTMSK_SUB(IRQ_S3C2412_SDI, IRQ_S3C2412_CF)187 for (irqno = IRQ_S3C2412_SDI; irqno <= IRQ_S3C2412_CF; irqno++) { in s3c2412_irq_add()
100 s3c_device_sdi.resource[1].start = IRQ_S3C2412_SDI; in s3c2412_init_uarts()101 s3c_device_sdi.resource[1].end = IRQ_S3C2412_SDI; in s3c2412_init_uarts()
115 #define IRQ_S3C2412_SDI S3C2410_IRQSUB(13) macro