Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mips-gic.c42 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE) macro
331 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq()
338 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq()
355 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq_all_vpes()
373 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq_all_vpes()
390 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_all_vpes_irq_cpu_online()
480 intr = GIC_HWIRQ_TO_LOCAL(hwirq); in gic_irq_domain_map()