/src/sys/arch/bebox/include/ |
isa_machdep.h | 61 #define isa_intr_alloc(ic, mask, type, irqp) \ macro
|
/src/sys/arch/i386/pci/ |
pcic_pci_machdep.c | 57 if (isa_intr_alloc(NULL, PCIC_CSC_INTR_IRQ_VALIDMASK &
|
/src/sys/arch/ibmnws/include/ |
isa_machdep.h | 62 #define isa_intr_alloc(ic, mask, type, irqp) \ macro
|
/src/sys/arch/mvmeppc/include/ |
isa_machdep.h | 57 #define isa_intr_alloc(ic, mask, type, irqp) \ macro
|
/src/sys/arch/ofppc/include/ |
isa_machdep.h | 59 #define isa_intr_alloc(ic, mask, type, irqp) \ macro
|
/src/sys/arch/prep/include/ |
isa_machdep.h | 64 #define isa_intr_alloc(ic, mask, type, irqp) \ macro
|
/src/sys/arch/sandpoint/include/ |
isa_machdep.h | 56 #define isa_intr_alloc(ic, mask, type, irqp) \ macro
|
/src/sys/arch/evbarm/tsarm/isa/ |
isa_machdep.c | 105 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int
|
/src/sys/arch/atari/isa/ |
isa_hades.c | 122 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int 142 printf("WARNING: isa_intr_alloc is not yet ready!\n"
|
isa_milan.c | 176 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int
|
/src/sys/dev/isa/ |
tcic2_isa.c | 272 if (isa_intr_alloc(ic, 358 if (isa_intr_alloc(h->sc->intr_est,
|
i82365_isasubr.c | 216 if (isa_intr_alloc(ic, (1 << i), IST_PULSE, &irq)) { 329 isa_intr_alloc(ic, chipmask, IST_EDGE, &sc->irq)) { 473 if (isa_intr_alloc(ic, sc->intr_mask[h->chip], ist, &irq))
|
/src/sys/arch/arm/include/ |
isa_machdep.h | 139 int isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq);
|
/src/sys/arch/atari/include/ |
isa_machdep.h | 84 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
|
/src/sys/arch/hpcmips/include/ |
isa_machdep.h | 50 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
|
/src/sys/arch/hpcmips/isa/ |
plumisa_machdep.c | 166 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int
|
isa_machdep.c | 274 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int 277 DPRINTF(("isa_intr_alloc:"));
|
/src/sys/arch/x86/include/ |
isa_machdep.h | 104 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
|
/src/sys/arch/mipsco/include/ |
isa_machdep.h | 106 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
|
/src/sys/arch/mipsco/isa/ |
isa_machdep.c | 201 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int
|
/src/sys/arch/alpha/include/ |
isa_machdep.h | 97 #define isa_intr_alloc(c, m, t, i) \ macro
|
/src/sys/arch/arc/include/ |
isa_machdep.h | 129 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
|
/src/sys/arch/mips/include/ |
isa_machdep.h | 99 #define isa_intr_alloc(c, m, t, i) \ macro
|
/src/sys/arch/x86/isa/ |
isa_machdep.c | 120 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int
|
/src/sys/arch/arm/footbridge/isa/ |
isa_machdep.c | 251 isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) function in typeref:typename:int
|