HomeSort by: relevance | last modified time | path
    Searched defs:irq (Results 1 - 25 of 306) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/atari/pci/
pciide_machdep.c 61 int irq; local in function:pciide_machdep_compat_intr_establish
64 irq = PCIIDE_COMPAT_IRQ(chan);
65 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg);
68 printf("%s: %s channel interrupting at irq %d\n", device_xname(dev),
69 PCIIDE_CHANNEL_NAME(chan), irq);
  /src/sys/arch/cats/pci/
pciide_machdep.c 64 int irq; local in function:pciide_machdep_compat_intr_establish
67 irq = PCIIDE_COMPAT_IRQ(chan);
68 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg);
71 printf("%s: %s channel interrupting at irq %d\n", device_xname(dev),
72 PCIIDE_CHANNEL_NAME(chan), irq);
  /src/sys/arch/cobalt/pci/
pciide_machdep.c 45 int irq; local in function:pciide_machdep_compat_intr_establish
48 irq = PCIIDE_COMPAT_IRQ(chan);
49 cookie = icu_intr_establish(irq, IST_EDGE, IPL_BIO, func, arg);
52 printf("%s: %s channel interrupting at irq %d\n", device_xname(dev),
53 PCIIDE_CHANNEL_NAME(chan), irq);
  /src/sys/arch/netwinder/pci/
pciide_machdep.c 64 int irq; local in function:pciide_machdep_compat_intr_establish
67 irq = PCIIDE_COMPAT_IRQ(chan);
68 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg);
71 printf("%s: %s channel interrupting at irq %d\n", device_xname(dev),
72 PCIIDE_CHANNEL_NAME(chan), irq);
  /src/sys/arch/sandpoint/pci/
pciide_machdep.c 64 int irq; local in function:pciide_machdep_compat_intr_establish
68 irq = PCIIDE_COMPAT_IRQ(chan);
70 cookie = isa_intr_establish_xname(NULL, irq, IST_LEVEL, IPL_BIO, func,
74 aprint_normal_dev(dev, "%s channel interrupting at irq %d\n",
75 PCIIDE_CHANNEL_NAME(chan), irq);
  /src/sys/arch/alpha/pci/
pci_alphabook1.c 118 int device, irq; local in function:ALPHA_PCI_INTR_INIT
121 /* No IRQ used. */
145 irq = 14;
154 alpha_pci_intr_handle_init(ihp, irq, 0);
  /src/sys/arch/x86/pci/
pciide_machdep.c 70 int irq; local in function:pciide_machdep_compat_intr_establish
81 irq = PCIIDE_COMPAT_IRQ(chan);
82 cookie = isa_intr_establish_xname(NULL, irq, IST_EDGE, IPL_BIO,
88 (intr_find_mpmapping(mp_isa_bus, irq, &mpih) == 0 ||
89 intr_find_mpmapping(mp_eisa_bus, irq, &mpih) == 0)) {
90 mpih |= irq;
96 aprint_normal_dev(dev, "%s channel interrupting at irq %d\n",
97 PCIIDE_CHANNEL_NAME(chan), irq);
  /src/sys/arch/arc/isa/
opms_isa.c 59 int irq = 12; local in function:opms_isa_match
70 irq = ia->ia_irq[0].ir_irq;
91 ia->ia_irq[0].ir_irq = irq;
pccons_isa.c 61 int irq = 1; local in function:pccons_isa_match
81 irq = ia->ia_irq[0].ir_irq;
107 ia->ia_irq[0].ir_irq = irq;
  /src/sys/arch/arm/acpi/
gtmr_acpi.c 74 const int irq = gtdt->VirtualTimerInterrupt; local in function:gtmr_acpi_attach
80 aprint_normal(": irq %d\n", irq);
82 ih = intr_establish_xname(irq, ipl, type | IST_MPSAFE, gtmr_intr, NULL, device_xname(self));
  /src/sys/arch/arm/broadcom/
bcm2835_mbox_acpi.c 82 struct acpi_irq *irq; local in function:bcmmbox_acpi_attach
91 irq = acpi_res_irq(&res, 0);
92 if (mem == NULL || irq == NULL) {
  /src/sys/arch/evbppc/pmppc/
pic_cpc700.c 81 cpc700_pic_enable_irq(struct pic_ops *pic, int irq, int type)
83 cpc700_enable_irq(irq);
87 cpc700_pic_disable_irq(struct pic_ops *pic, int irq)
89 cpc700_disable_irq(irq);
95 int irq; local in function:cpc700_get_irq
97 irq = cpc700_read_irq();
98 if (irq < 0)
100 return irq;
104 cpc700_ack_irq(struct pic_ops *pic, int irq)
106 cpc700_eoi(irq);
    [all...]
  /src/sys/arch/mips/alchemy/include/
auvar.h 79 int irq[2]; member in struct:au_dev
  /src/sys/arch/powerpc/pic/
i8259_common.c 65 i8259_enable_irq(struct pic_ops *pic, int irq, int type)
69 i8259->irqs |= 1 << irq;
79 i8259_disable_irq(struct pic_ops *pic, int irq)
82 uint32_t mask = 1 << irq;
90 i8259_ack_irq(struct pic_ops *pic, int irq)
92 if (irq < 8) {
93 isa_outb(IO_ICU1, 0xe0 | irq);
95 isa_outb(IO_ICU2, 0xe0 | (irq & 7));
103 int irq; local in function:i8259_get_irq
106 irq = isa_inb(IO_ICU1) & 0x07
    [all...]
pic_openpic.c 56 int irq; local in function:setup_openpic
97 for (irq = 0; irq < (pic->pic_numintrs - 1); irq++) {
99 openpic_write(OPENPIC_SRC_VECTOR(irq), OPENPIC_IMASK);
101 openpic_write(OPENPIC_IDEST(irq), 1 << 0);
116 for (irq = 0; irq < pic->pic_numintrs; irq++) {
121 irq = 0
    [all...]
  /src/sys/dev/acpi/
ahcisata_acpi.c 76 struct acpi_irq *irq; local in function:ahcisata_acpi_attach
92 irq = acpi_res_irq(&res, 0);
93 if (irq == NULL) {
94 aprint_error(": couldn't find irq resource\n");
  /src/sys/dev/ic/
aic77xx.c 53 * Return irq setting of the board, otherwise -1.
58 int irq; local in function:ahc_aic77xx_irq
62 /* Pause the card preseving the IRQ type */
67 irq = (intdef & INTDEF_IRQ_MASK);
68 switch (irq) {
77 printf("ahc_aic77xx_irq: illegal irq setting %d\n", intdef);
81 return (irq);
119 * The board's IRQ line is not yet enabled so it's safe
120 * to release the irq.
com_cpcbus.c 73 int irq = caa->cpca_irq; local in function:com_cpc_attach
89 sc->sc_ih = intr_establish(irq, IST_LEVEL, IPL_SERIAL, comintr,
  /src/sys/arch/epoc32/include/
epoc32.h 43 int irq; member in struct:external_attach_args
  /src/sys/arch/evbarm/stand/board/
s3c2410_vector.S 55 irq: label
  /src/sys/arch/evbmips/alchemy/
mtx-1.c 123 int pin, dev, irq; local in function:mtx1_pci_intr_map
140 if ((irq = irqmap[dev][pin - 1]) == -1) {
141 printf("pci: no IRQ routing for device %d pin %d\n", dev, pin);
145 *ihp = irq;
  /src/sys/arch/evbppc/explora/dev/
pckbc_elb.c 116 int irq = msc->sc_irq; local in function:pckbc_elb_intr_establish
122 if (irq >= 0)
123 intr_establish_xname(irq, IST_LEVEL, IPL_TTY, pckbcintr, sc,
  /src/sys/arch/evbppc/walnut/dev/
pbus.c 92 int irq; member in struct:pbus_dev
95 { "pckbc", KEY_MOUSE_BASE, 25 }, /* XXX: really irq x..x+1 */
151 pba.pb_irq = pbus_devs[i].irq;
208 aprint_normal(" irq %d", pba->pb_irq);
  /src/sys/arch/mips/cavium/include/
bootbusvar.h 41 int irq; member in struct:bootbus_unit
iobusvar.h 41 int irq; member in struct:iobus_unit

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>