Searched refs:IRQC_TINT_START (Results 1 – 1 of 1) sorted by relevance
26 #define IRQC_TINT_START (IRQC_IRQ_START + IRQC_IRQ_COUNT) macro28 #define IRQC_NUM_IRQ (IRQC_TINT_START + IRQC_TINT_COUNT)118 u32 bit = BIT(hwirq - IRQC_TINT_START); in rzg2l_clear_tint_int()140 else if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) in rzg2l_irqc_eoi()165 u32 bit = BIT(hwirq - IRQC_TINT_START); in rzfive_irqc_mask_tint_interrupt()173 u32 bit = BIT(hwirq - IRQC_TINT_START); in rzfive_irqc_unmask_tint_interrupt()186 else if (hwirq >= IRQC_TINT_START && hwirq < IRQC_NUM_IRQ) in rzfive_irqc_mask()200 else if (hwirq >= IRQC_TINT_START && hwirq < IRQC_NUM_IRQ) in rzfive_irqc_unmask()211 if (hwirq >= IRQC_TINT_START && hwirq < IRQC_NUM_IRQ) { in rzfive_tint_irq_endisable()212 u32 offset = hwirq - IRQC_TINT_START; in rzfive_tint_irq_endisable()[all …]