OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIC_MAXSOURCES
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm2835_intr.h
37
CTASSERT(
PIC_MAXSOURCES
>= 96 + (4*32));
bcm53xx_intr.h
38
#define
PIC_MAXSOURCES
256
/src/sys/arch/arm/imx/
imx23_intr.h
33
#define
PIC_MAXSOURCES
96
imx51_intr.h
290
#define
PIC_MAXSOURCES
128
291
#define PIC_MAXMAXSOURCES (
PIC_MAXSOURCES
+128)
/src/sys/arch/arm/fdt/
fdt_intr.h
40
#define
PIC_MAXSOURCES
8192
41
#define PIC_MAXMAXSOURCES (
PIC_MAXSOURCES
* 2 + 32)
/src/sys/arch/arm/cortex/
gic_intr.h
45
#ifndef
PIC_MAXSOURCES
46
#error
PIC_MAXSOURCES
needs to be defined
/src/sys/arch/arm/pic/
picvar.h
112
#ifndef
PIC_MAXSOURCES
113
#define
PIC_MAXSOURCES
64
146
volatile uint32_t pic_pending_irqs[(
PIC_MAXSOURCES
+ 31) / 32];
147
volatile uint32_t pic_blocked_irqs[(
PIC_MAXSOURCES
+ 31) / 32];
153
size_t
pic_maxsources
;
member in struct:pic_softc
pic.c
270
KASSERT(irq < pic->
pic_maxsources
);
400
#if
PIC_MAXSOURCES
> 32
412
#if
PIC_MAXSOURCES
> 32
422
#if
PIC_MAXSOURCES
> 32
424
if (__predict_true(irq_count >= pic->
pic_maxsources
)) {
437
KASSERT(irq_base <= pic->
pic_maxsources
);
456
#if
PIC_MAXSOURCES
> 32
495
#if
PIC_MAXSOURCES
> 32
507
#if
PIC_MAXSOURCES
> 32
509
irq_base < pic->
pic_maxsources
;
[
all
...]
/src/sys/arch/epoc32/include/
intr.h
69
#define
PIC_MAXSOURCES
16
Completed in 31 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025