Searched refs:PIC_MAXSOURCES (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_intr.h37 CTASSERT(PIC_MAXSOURCES >= 96 + (4*32));
H A Dbcm53xx_intr.h38 #define PIC_MAXSOURCES 256 macro
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_intr.h33 #define PIC_MAXSOURCES 96 macro
H A Dimx51_intr.h290 #define PIC_MAXSOURCES 128 macro
291 #define PIC_MAXMAXSOURCES (PIC_MAXSOURCES+128)
/netbsd-current/sys/arch/arm/fdt/
H A Dfdt_intr.h40 #define PIC_MAXSOURCES 8192 macro
41 #define PIC_MAXMAXSOURCES (PIC_MAXSOURCES * 2 + 32)
/netbsd-current/sys/arch/arm/cortex/
H A Dgic_intr.h45 #ifndef PIC_MAXSOURCES
46 #error PIC_MAXSOURCES needs to be defined
/netbsd-current/sys/arch/epoc32/include/
H A Dintr.h69 #define PIC_MAXSOURCES 16 macro
/netbsd-current/sys/arch/arm/pic/
H A Dpicvar.h112 #ifndef PIC_MAXSOURCES
113 #define PIC_MAXSOURCES 64 macro
146 volatile uint32_t pic_pending_irqs[(PIC_MAXSOURCES + 31) / 32];
147 volatile uint32_t pic_blocked_irqs[(PIC_MAXSOURCES + 31) / 32];
H A Dpic.c400 #if PIC_MAXSOURCES > 32
412 #if PIC_MAXSOURCES > 32
422 #if PIC_MAXSOURCES > 32
456 #if PIC_MAXSOURCES > 32
495 #if PIC_MAXSOURCES > 32
507 #if PIC_MAXSOURCES > 32
675 KASSERTMSG(pic->pic_maxsources <= PIC_MAXSOURCES, "%zu",

Completed in 115 milliseconds