Searched refs:EINT_OFFSET (Results 1 – 6 of 6) sorted by relevance
30 #define EINT_REG_NR(x) (EINT_OFFSET(x) >> 3)32 #define eint_irq_to_bit(irq) (1 << (EINT_OFFSET(irq) & 0x7))
26 #define EINT_REG_NR(x) (EINT_OFFSET(x) >> 3)28 #define eint_irq_to_bit(irq) (1 << (EINT_OFFSET(irq) & 0x7))
19 #define EINT_REG_NR(x) (EINT_OFFSET(x) >> 3)25 #define EINT_OFFSET_BIT(x) (1 << (EINT_OFFSET(x) & 0x7))
59 #define EINT_OFFSET(irq) ((irq) < S5P_EINT_BASE2 ? \ macro63 #define IRQ_EINT_BIT(x) EINT_OFFSET(x)
62 int offs = EINT_OFFSET(data->irq); in s5p_irq_eint_set_type()166 writel(1 << EINT_OFFSET(data->irq), base + VIC_INT_ENABLE_CLEAR); in s5p_irq_vic_eint_mask()174 writel(1 << EINT_OFFSET(data->irq), base + VIC_INT_ENABLE); in s5p_irq_vic_eint_unmask()
756 int offs = EINT_OFFSET(data->irq); in exynos_irq_eint_set_type()