Searched refs:IRQC_TINT_START (Results 1 – 1 of 1) sorted by relevance
25 #define IRQC_TINT_START (IRQC_IRQ_START + IRQC_IRQ_COUNT) macro27 #define IRQC_NUM_IRQ (IRQC_TINT_START + IRQC_TINT_COUNT)117 u32 bit = BIT(hwirq - IRQC_TINT_START); in rzg2l_clear_tint_int()139 else if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) in rzg2l_irqc_eoi()164 u32 bit = BIT(hwirq - IRQC_TINT_START); in rzfive_irqc_mask_tint_interrupt()172 u32 bit = BIT(hwirq - IRQC_TINT_START); in rzfive_irqc_unmask_tint_interrupt()185 else if (hwirq >= IRQC_TINT_START && hwirq < IRQC_NUM_IRQ) in rzfive_irqc_mask()199 else if (hwirq >= IRQC_TINT_START && hwirq < IRQC_NUM_IRQ) in rzfive_irqc_unmask()210 if (hwirq >= IRQC_TINT_START && hwirq < IRQC_NUM_IRQ) { in rzfive_tint_irq_endisable()211 u32 offset = hwirq - IRQC_TINT_START; in rzfive_tint_irq_endisable()[all …]