Home
last modified time | relevance | path

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

/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()
/arch/m32r/include/asm/mappi3/
Dmappi3_pld.h60 #define PLD_IRQ_IDEIREQ (8) /* INT7 IDE Interrupt */ macro