Home
last modified time | relevance | path

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

/arch/m32r/platforms/m32700ut/
Dsetup.c311 irq_set_chip_and_handler(PLD_IRQ_SIO0_SND, &m32700ut_pld_irq_type, in init_IRQ()
313 pld_icu_data[irq2pldirq(PLD_IRQ_SIO0_SND)].icucr = PLD_ICUCR_IEN|PLD_ICUCR_ISMOD03; in init_IRQ()
314 disable_m32700ut_pld_irq(PLD_IRQ_SIO0_SND); in init_IRQ()
/arch/m32r/platforms/opsput/
Dsetup.c311 irq_set_chip_and_handler(PLD_IRQ_SIO0_SND, &opsput_pld_irq_type, in init_IRQ()
313 pld_icu_data[irq2pldirq(PLD_IRQ_SIO0_SND)].icucr = PLD_ICUCR_IEN|PLD_ICUCR_ISMOD03; in init_IRQ()
314 disable_opsput_pld_irq(PLD_IRQ_SIO0_SND); in init_IRQ()
/arch/m32r/include/asm/opsput/
Dopsput_pld.h90 #define PLD_IRQ_SIO0_SND (OPSPUT_PLD_IRQ_BASE + 17) /* SIO send */ macro
/arch/m32r/include/asm/m32700ut/
Dm32700ut_pld.h94 #define PLD_IRQ_SIO0_SND (M32700UT_PLD_IRQ_BASE + 17) /* SIO send */ macro