Home
last modified time | relevance | path

Searched refs:PLD_IRQ_SIO0_RCV (Results 1 – 4 of 4) sorted by relevance

/arch/m32r/platforms/m32700ut/
Dsetup.c305 irq_set_chip_and_handler(PLD_IRQ_SIO0_RCV, &m32700ut_pld_irq_type, in init_IRQ()
307 pld_icu_data[irq2pldirq(PLD_IRQ_SIO0_RCV)].icucr = PLD_ICUCR_IEN|PLD_ICUCR_ISMOD03; in init_IRQ()
308 disable_m32700ut_pld_irq(PLD_IRQ_SIO0_RCV); in init_IRQ()
/arch/m32r/platforms/opsput/
Dsetup.c305 irq_set_chip_and_handler(PLD_IRQ_SIO0_RCV, &opsput_pld_irq_type, in init_IRQ()
307 pld_icu_data[irq2pldirq(PLD_IRQ_SIO0_RCV)].icucr = PLD_ICUCR_IEN|PLD_ICUCR_ISMOD03; in init_IRQ()
308 disable_opsput_pld_irq(PLD_IRQ_SIO0_RCV); in init_IRQ()
/arch/m32r/include/asm/opsput/
Dopsput_pld.h89 #define PLD_IRQ_SIO0_RCV (OPSPUT_PLD_IRQ_BASE + 16) /* SIO receive */ macro
/arch/m32r/include/asm/m32700ut/
Dm32700ut_pld.h93 #define PLD_IRQ_SIO0_RCV (M32700UT_PLD_IRQ_BASE + 16) /* SIO receive */ macro