Searched refs:irqp (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A Disa_machdep.h55 #define isa_intr_alloc(ic, mask, type, irqp) \
56 genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/include/
H A Disa_machdep.h57 #define isa_intr_alloc(ic, mask, type, irqp) \
58 genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Disa_machdep.h60 #define isa_intr_alloc(ic, mask, type, irqp) \
61 genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A Disa_machdep.h54 #define isa_intr_alloc(ic, mask, type, irqp) \
55 genppc_isa_intr_alloc(ic, isa_pic, mask, type, irqp)
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Disa_machdep.h60 #define isa_intr_alloc(ic, mask, type, irqp) \
61 genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
/netbsd-6-1-5-RELEASE/sys/arch/bebox/include/
H A Disa_machdep.h59 #define isa_intr_alloc(ic, mask, type, irqp) \
60 genppc_isa_intr_alloc(ic, isa_pic, mask, type, irqp)
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Dcom_mca.c217 ibm_modem_getcfg(struct mca_attach_args *ma, int *iobasep, int *irqp) argument
234 *irqp = MCA_SERIAL[snum].irq;
243 neocom1_getcfg(struct mca_attach_args *ma, int *iobasep, int *irqp) argument
270 *irqp = neotech_irq[(pos2 & 0x06) >> 1];
280 ibm_mpcom_getcfg(struct mca_attach_args *ma, int *iobasep, int *irqp) argument
303 *irqp = MCA_SERIAL[snum].irq;
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dsis85c503.c126 sis85c503_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
139 *irqp = X86_PCI_INTERRUPT_LINE_NO_CONNECTION;
141 *irqp = reg & SIS85C503_CFG_PIRQ_INTR_MASK;
H A Dpci_intr_fixup.h42 #define pciintr_icu_get_intr(t, h, pirq, irqp) \
43 (*(t)->pi_get_intr)((h), (pirq), (irqp))
H A Dali1543.c182 ali1543_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
196 *irqp = (val == 0) ?
H A Damd756.c141 amd756_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
152 *irqp = (val == 0) ?
H A Dopti82c558.c153 opti82c558_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
164 *irqp = (val == VIPER_PIRQ_NONE) ?
H A Dvia82c586.c153 via82c586_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
164 *irqp = (val == VP3_PIRQ_NONE) ?
H A Dpiix.c231 piix_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
247 *irqp = X86_PCI_INTERRUPT_LINE_NO_CONNECTION;
249 *irqp = PIIX_PIRQ(reg, clink);
H A Dopti82c700.c195 opti82c700_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
207 *irqp = (val == FIRESTAR_PIRQ_NONE) ?
H A Dvia8231.c183 via8231_get_intr(pciintr_icu_handle_t v, int clink, int *irqp) argument
199 *irqp = (val == VIA8231_ROUTING_CNFG_DISABLED) ?
H A Dpci_intr_fixup.c335 pciintr_bitmap_count_irq(int irq_bitmap, int *irqp) argument
347 *irqp = irq;
352 pciintr_bitmap_find_lowest_irq(int irq_bitmap, int *irqp) argument
359 *irqp = i;
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dpnpbusvar.h130 int pnpbus_getirqnum(struct pnpresources *r, int idx, int *irqp, int *istp);
H A Dpnpbus.c522 pnpbus_getirqnum(struct pnpresources *r, int idx, int *irqp, int *istp) argument
533 if (irqp != NULL)
534 *irqp = ffs(irq->mask) - 1;
/netbsd-6-1-5-RELEASE/sys/arch/i386/pnpbios/
H A Dpnpbios.c1361 int idx, int *irqp, int *istp)
1372 if (irqp != NULL)
1373 *irqp = ffs(irq->mask) - 1;
1360 pnpbios_getirqnum(pnpbios_tag_t pbt, struct pnpresources *resc, int idx, int *irqp, int *istp) argument

Completed in 99 milliseconds