OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRQ_SPI
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/cortex/
gic_intr.h
54
#define
IRQ_SPI
(n) (32 + (n))
55
#define GIC_MAXSOURCES(n)
IRQ_SPI
(n)
/src/sys/arch/arm/nxp/
imx6_gpc.c
129
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
158
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
imx7_gpc.c
216
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
260
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
/src/sys/arch/arm/nvidia/
tegra_lic.c
144
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
169
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
/src/sys/arch/arm/fdt/
gicv3_fdt.c
56
#define
IRQ_SPI
(n) ((n) + 32)
357
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
475
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
gic_fdt.c
257
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
374
const u_int irq = type == 0 ?
IRQ_SPI
(intr) : IRQ_PPI(intr);
Completed in 16 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025