OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRQ_PIC_BASE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/virt68k/include/
intr.h
87
#define
IRQ_PIC_BASE
8
88
#define IRQ_TO_PIC(x) (((x) -
IRQ_PIC_BASE
) >> 5)
89
#define IRQ_TO_PIRQ(x) (((x) -
IRQ_PIC_BASE
) & 31)
93
#define NIRQ (
IRQ_PIC_BASE
+ (NIRQ_PER_PIC * NPIC))
/src/sys/arch/virt68k/virt68k/
intr.c
129
#define IHLIST_COUNT (NIRQ -
IRQ_PIC_BASE
)
130
#define IRQ_TO_IHLIST(x) ((x) -
IRQ_PIC_BASE
)
165
for (i = 0; i <
IRQ_PIC_BASE
; i++) {
181
const int base =
IRQ_PIC_BASE
+ (idx * NIRQ_PER_PIC);
205
if (irq <
IRQ_PIC_BASE
|| irq >= NIRQ) {
Completed in 38 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025