Home
last modified time | relevance | path

Searched refs:GIU_IRQ (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/include/asm/vr41xx/
A Dcapcella.h23 #define RTL8139_1_IRQ GIU_IRQ(PC104PLUS_INTC_PIN)
24 #define RTL8139_2_IRQ GIU_IRQ(PC104PLUS_INTD_PIN)
25 #define PC104PLUS_INTA_IRQ GIU_IRQ(PC104PLUS_INTA_PIN)
26 #define PC104PLUS_INTB_IRQ GIU_IRQ(PC104PLUS_INTB_PIN)
27 #define PC104PLUS_INTC_IRQ GIU_IRQ(PC104PLUS_INTC_PIN)
28 #define PC104PLUS_INTD_IRQ GIU_IRQ(PC104PLUS_INTD_PIN)
A Dtb0226.h24 #define GD82559_1_IRQ GIU_IRQ(GD82559_1_PIN)
25 #define GD82559_2_IRQ GIU_IRQ(GD82559_2_PIN)
26 #define UPD720100_INTA_IRQ GIU_IRQ(UPD720100_INTA_PIN)
27 #define UPD720100_INTB_IRQ GIU_IRQ(UPD720100_INTB_PIN)
28 #define UPD720100_INTC_IRQ GIU_IRQ(UPD720100_INTC_PIN)
A Dtb0287.h25 #define TB0287_PCI_SLOT_IRQ GIU_IRQ(TB0287_PCI_SLOT_PIN)
26 #define TB0287_SM501_IRQ GIU_IRQ(TB0287_SM501_PIN)
27 #define TB0287_SIL680A_IRQ GIU_IRQ(TB0287_SIL680A_PIN)
28 #define TB0287_RTL8110_IRQ GIU_IRQ(TB0287_RTL8110_PIN)
A Dtb0219.h25 #define TB0219_PCI_SLOT1_IRQ GIU_IRQ(TB0219_PCI_SLOT1_PIN)
26 #define TB0219_PCI_SLOT2_IRQ GIU_IRQ(TB0219_PCI_SLOT2_PIN)
27 #define TB0219_PCI_SLOT3_IRQ GIU_IRQ(TB0219_PCI_SLOT3_PIN)
A Dmpc30x.h21 #define VRC4173_CASCADE_IRQ GIU_IRQ(VRC4173_PIN)
22 #define MQ200_IRQ GIU_IRQ(MQ200_PIN)
A Dirq.h74 #define GIU_IRQ(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */ macro
75 #define GIU_IRQ_LAST GIU_IRQ(31)
/linux/drivers/gpio/
A Dgpio-vr41xx.c208 return GIU_IRQ(i); in giu_get_irq()
213 return GIU_IRQ(i + GIUINT_HIGH_OFFSET); in giu_get_irq()
254 irq_set_chip_and_handler(GIU_IRQ(pin), in vr41xx_set_irq_trigger()
260 irq_set_chip_and_handler(GIU_IRQ(pin), in vr41xx_set_irq_trigger()
289 irq_set_chip_and_handler(GIU_IRQ(pin), in vr41xx_set_irq_trigger()
295 irq_set_chip_and_handler(GIU_IRQ(pin), in vr41xx_set_irq_trigger()

Completed in 15 milliseconds