Searched refs:IRQC_TINT_START (Results 1 – 1 of 1) sorted by relevance
24 #define IRQC_TINT_START (IRQC_IRQ_START + IRQC_IRQ_COUNT) macro26 #define IRQC_NUM_IRQ (IRQC_TINT_START + IRQC_TINT_COUNT)84 unsigned int hw_irq = irqd_to_hwirq(d) - IRQC_TINT_START; in rzg2l_tint_eoi()102 else if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) in rzg2l_irqc_eoi()112 if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) { in rzg2l_irqc_irq_disable()114 u32 offset = hw_irq - IRQC_TINT_START; in rzg2l_irqc_irq_disable()132 if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) { in rzg2l_irqc_irq_enable()135 u32 offset = hw_irq - IRQC_TINT_START; in rzg2l_irqc_irq_enable()190 u32 titseln = hwirq - IRQC_TINT_START; in rzg2l_tint_set_edge()231 else if (hw_irq >= IRQC_TINT_START && hw_irq < IRQC_NUM_IRQ) in rzg2l_irqc_set_type()[all …]