Searched refs:INTA (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dfixup-sni.c24 #define INTA PCIMT_IRQ_INTA macro
44 /* INTA INTB INTC INTD */
50 { 0, INTB, INTC, INTD, INTA }, /* Slot 2 */
51 { 0, INTC, INTD, INTA, INTB }, /* Slot 3 */
52 { 0, INTD, INTA, INTB, INTC }, /* Slot 4 */
61 /* INTA INTB INTC INTD */
64 { 0, INTC, INTD, INTA, INTB }, /* Slot 1 */
67 { 0, INTB, INTC, INTD, INTA }, /* Slot 2 */
68 { 0, INTC, INTD, INTA, INTB }, /* Slot 3 */
69 { 0, INTD, INTA, INT
82 #undef INTA macro
94 #define INTA macro
[all...]
H A Dfixup-capcella.c30 #define INTA PC104PLUS_INTA_IRQ macro
38 [14] = { -1, INTA, INTB, INTC, INTD }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dvulcan-pci.c25 #define INTA 2 macro
41 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
49 return IXP4XX_GPIO_IRQ(INTA);
H A Davila-pci.c35 #define INTA 11 macro
42 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
52 IXP4XX_GPIO_IRQ(INTA),
H A Ddsmg600-pci.c29 #define INTA 11 macro
38 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
51 { IXP4XX_GPIO_IRQ(INTA), -1, -1 },
H A Dfsg-pci.c29 #define INTA 6 macro
35 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
46 IXP4XX_GPIO_IRQ(INTA),
H A Dgtwx5715-pci.c35 #define INTA 10 /* slot 1 has INTA and INTB crossed */ macro
46 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
58 rc = IXP4XX_GPIO_IRQ(INTA);
H A Dixdp425-pci.c31 #define INTA 11 macro
39 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
49 IXP4XX_GPIO_IRQ(INTA),
H A Dnas100d-pci.c28 #define INTA 11 macro
36 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
47 { IXP4XX_GPIO_IRQ(INTA), -1, -1 },
H A Dnslu2-pci.c28 #define INTA 11 macro
35 set_irq_type(IXP4XX_GPIO_IRQ(INTA), IRQ_TYPE_LEVEL_LOW);
44 IXP4XX_GPIO_IRQ(INTA),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop32x/
H A Dem7210.c78 #define INTA IRQ_IOP32X_XINT0 macro
92 {INTA, INTA, INTA, INTA}, /* 1st 82541 */
95 {INTD, INTA, INTA, INTA}, /* mini-PCI */
96 {INTD, INTC, INTA, INTA}, /* NE
[all...]
H A Dglantank.c74 #define INTA IRQ_IOP32X_XINT0 macro
88 {INTA, INTA, INTA, INTA}, /* Ethernet (E1000) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/
H A Droadrunner.c51 #define INTA IRQ_ROADRUNNER_PCI_INTA macro
61 static int pci_card_slot_irq[] = {INTB, INTC, INTD, INTA};
62 static int pmc_card_slot_irq[] = {INTA, INTB, INTC, INTD};
98 return (pin == 1) ? INTA : -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dr8a66597.h188 #define INTA 0x0001 /* b1: USB INT-pin active */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-main.c1258 if (vdev->config.intr_type == INTA)
1289 if (vdev->config.intr_type == INTA)
2300 if (vdev->config.intr_type == INTA) {
2320 "%s: Defaulting to INTA", VXGE_DRIVER_NAME);
2321 vdev->config.intr_type = INTA;
2371 vdev->config.intr_type = INTA;
2373 "%s: Defaulting to INTA"
2411 vdev->config.intr_type = INTA;
2413 "%s: Defaulting to INTA",
2428 if (vdev->config.intr_type == INTA) {
[all...]
H A Dvxge-main.h142 #define INTA 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c39 * intr_type: This defines the type of interrupt. The values can be 0(INTA),
496 /* Interrupt type. Values can be 0(INTA), 2(MSI_X) */
3673 if (sp->config.intr_type == INTA)
3697 if (sp->config.intr_type == INTA)
7110 DBG_PRINT(ERR_DBG, "%s: Defaulting to INTA\n", dev->name);
7111 sp->config.intr_type = INTA;
7166 "%s: Defaulting to INTA\n",
7168 sp->config.intr_type = INTA;
7181 if (sp->config.intr_type == INTA) {
7375 if (sp->config.intr_type != INTA) {
[all...]
H A Ds2io.h439 #define INTA 0 macro

Completed in 117 milliseconds