Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-mips-gic.c40 #define GIC_LOCAL_HWIRQ_BASE 0 macro
41 #define GIC_LOCAL_TO_HWIRQ(x) (GIC_LOCAL_HWIRQ_BASE + (x))
42 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE)
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mips-gic.c42 #define GIC_LOCAL_HWIRQ_BASE 0 macro
43 #define GIC_LOCAL_TO_HWIRQ(x) (GIC_LOCAL_HWIRQ_BASE + (x))
44 #define GIC_HWIRQ_TO_LOCAL(x) ((x) - GIC_LOCAL_HWIRQ_BASE)

Completed in 3 milliseconds