Searched refs:pci_irq (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dfixup-malta.c11 static char pci_irq[5] __initdata;
43 return pci_irq[virq];
67 pci_irq[PCIA+i] = 0; /* Disabled */
69 pci_irq[PCIA+i] = piixirqmap[reg_val & 15];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dcardbus.c88 cardbus_config_irq_and_cls(bus, s->pci_irq);
H A Dpxa2xx_trizeps4.c56 skt->socket.pci_irq = IRQ_GPIO(GPIO_PRDY);
66 pr_debug("%s: sock %d irq %d\n", __func__, skt->nr, skt->socket.pci_irq);
H A Dpxa2xx_vpac270.c71 skt->socket.pci_irq = gpio_to_irq(GPIO35_VPAC270_PCMCIA_RDY);
108 skt->socket.pci_irq = gpio_to_irq(GPIO12_VPAC270_CF_RDY);
H A Dpxa2xx_cm_x270.c41 skt->socket.pci_irq = PCMCIA_S0_RDYINT;
H A Dpxa2xx_palmld.c48 skt->socket.pci_irq = IRQ_GPIO(GPIO_NR_PALMLD_PCMCIA_READY);
H A Dsa1100_assabet.c30 skt->socket.pci_irq = ASSABET_IRQ_GPIO_CF_IRQ;
H A Dsa1100_cerf.c30 skt->socket.pci_irq = CERF_IRQ_GPIO_CF_IRQ;
H A Dpxa2xx_balloon3.c51 skt->socket.pci_irq = BALLOON3_BP_CF_NRDY_IRQ;
H A Dpxa2xx_cm_x255.c47 skt->socket.pci_irq = skt->nr == 0 ? PCMCIA_S0_RDYINT : PCMCIA_S1_RDYINT;
H A Dpxa2xx_e740.c41 skt->socket.pci_irq = skt->nr == 0 ? IRQ_GPIO(GPIO_E740_PCMCIA_RDY0) :
H A Dpxa2xx_palmtx.c56 skt->socket.pci_irq = gpio_to_irq(GPIO_NR_PALMTX_PCMCIA_READY);
H A Dpxa2xx_stargate2.c43 skt->socket.pci_irq = IRQ_GPIO(SG2_S0_GPIO_READY);
H A Dsa1100_shannon.c31 skt->socket.pci_irq = skt->nr ? SHANNON_IRQ_GPIO_RDY_1 : SHANNON_IRQ_GPIO_RDY_0;
H A Dsa1100_simpad.c31 skt->socket.pci_irq = IRQ_GPIO_CF_IRQ;
H A Dbfin_cf_pcmcia.c117 s->pci_irq = cf->irq;
236 cf->socket.pci_irq = irq;
H A Dsa1100_h3600.c39 skt->socket.pci_irq = gpio_to_irq(H3XXX_GPIO_PCMCIA_IRQ0);
84 skt->socket.pci_irq = gpio_to_irq(H3XXX_GPIO_PCMCIA_IRQ1);
H A Dpxa2xx_mainstone.c47 skt->socket.pci_irq = (skt->nr == 0) ? MAINSTONE_S0_IRQ : MAINSTONE_S1_IRQ;
H A Dpxa2xx_palmtc.c70 skt->socket.pci_irq = IRQ_GPIO(GPIO_NR_PALMTC_PCMCIA_READY);
H A Dpxa2xx_viper.c52 skt->socket.pci_irq = gpio_to_irq(pdata->rdy_gpio);
H A Dat91_cf.c273 cf->socket.pci_irq = board->irq_pin;
275 cf->socket.pci_irq = nr_irqs + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A DMakefile38 acpi-y += pci_root.o pci_link.o pci_irq.o pci_bind.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dnile4.h302 extern void nile4_set_pci_irq_polarity(int pci_irq, int high);
303 extern void nile4_set_pci_irq_level_or_edge(int pci_irq, int level);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dbkm_a8.c275 static u_char pci_irq __devinitdata = 0;
314 pci_irq = dev_a8->irq;
343 if (!pci_irq) { /* IRQ range check ?? */
365 cs->irq = pci_irq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dss.h161 u_int pci_irq; member in struct:pcmcia_socket

Completed in 149 milliseconds

123