Searched refs:intcs_evt2irq (Results 1 – 4 of 4) sorted by relevance
134 DEFINE_RES_IRQ(intcs_evt2irq(0xe80)),135 DEFINE_RES_IRQ(intcs_evt2irq(0xea0)),136 DEFINE_RES_IRQ(intcs_evt2irq(0xec0)),
325 .start = intcs_evt2irq(0x580),766 .irq = intcs_evt2irq(0x3300), /* IRQ24 */
250 generic_handle_irq(intcs_evt2irq(evtcodeas)); in sh73a0_intcs_demux()
293 #define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt)) macro