OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IRQ_SPI
(Results
1 - 2
of
2
) 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/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);
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025