Home
last modified time | relevance | path

Searched refs:PLD_IRQ_IDEIREQ (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/m32r/platforms/mappi3/
Dsetup.c138 irq_set_chip_and_handler(PLD_IRQ_IDEIREQ, &mappi3_irq_type, in init_IRQ()
140 icu_data[PLD_IRQ_IDEIREQ].icucr = M32R_ICUCR_IEN|M32R_ICUCR_ISMOD10; in init_IRQ()
141 disable_mappi3_irq(PLD_IRQ_IDEIREQ); in init_IRQ()
/linux-4.4.14/drivers/ide/
Dide-generic.c44 static const int legacy_irqs[] = { PLD_IRQ_CFIREQ, PLD_IRQ_IDEIREQ };
/linux-4.4.14/arch/m32r/include/asm/mappi3/
Dmappi3_pld.h60 #define PLD_IRQ_IDEIREQ (8) /* INT7 IDE Interrupt */ macro