Home
last modified time | relevance | path

Searched refs:GIC_HWIRQ_TO_LOCAL (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-mips-gic.c44 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE) macro
492 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq()
499 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq()
518 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq_all_vpes()
534 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq_all_vpes()
659 intr = GIC_HWIRQ_TO_LOCAL(hwirq); in gic_irq_domain_map()