Home
last modified time | relevance | path

Searched refs:IRQ_HW_IRQ_VALUE (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c44 #define IRQ_HW_IRQ_VALUE 32 macro
319 *index = d->hwirq - EPPI_BASE_INTID + IRQ_HW_IRQ_VALUE; in convert_offset_index()
361 mask = 1 << (index % IRQ_HW_IRQ_VALUE); in gic_peek_irq()
369 return !!(readl_relaxed(base + offset + (index / IRQ_HW_IRQ_VALUE) * IRQ_HW_IRQ_VALUE_MUL) & mask); in gic_peek_irq()
389 writel_relaxed(mask, base + offset + (index / IRQ_HW_IRQ_VALUE) * IRQ_HW_IRQ_VALUE_MUL); in gic_poke_irq()

Completed in 3 milliseconds