Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/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()
/linux-4.1.27/arch/m32r/include/asm/opsput/
Dopsput_pld.h89 #define PLD_IRQ_SIO0_RCV (OPSPUT_PLD_IRQ_BASE + 16) /* SIO receive */ macro
/linux-4.1.27/arch/m32r/include/asm/m32700ut/
Dm32700ut_pld.h93 #define PLD_IRQ_SIO0_RCV (M32700UT_PLD_IRQ_BASE + 16) /* SIO receive */ macro
/linux-4.1.27/drivers/tty/serial/
Dm32r_sio.c91 { 0, BASE_BAUD, ((unsigned long)PLD_ESIO0CR), PLD_IRQ_SIO0_RCV, \