Home
last modified time | relevance | path

Searched refs:IRQ0_IRQ (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/sh/boards/mach-se/7206/
H A Dirq.c22 #define IRQ0_IRQ 64 macro
33 unsigned short mask = 0xffff ^ (0x0f << 4 * (3 - (IRQ0_IRQ - irq))); in disable_se7206_irq()
45 case IRQ0_IRQ: in disable_se7206_irq()
64 unsigned short value = (0x0001 << 4 * (3 - (IRQ0_IRQ - irq))); in enable_se7206_irq()
77 case IRQ0_IRQ: in enable_se7206_irq()
104 case IRQ0_IRQ: in eoi_se7206_irq()
139 make_se7206_irq(IRQ0_IRQ); /* SMC91C111 */ in init_se7206_IRQ()
/openbmc/linux/arch/sh/boards/mach-se/7724/
H A Dirq.c34 return IRQ0_IRQ; in fpga2irq()
47 case IRQ0_IRQ: in get_fpga_irq()
135 irq_set_chained_handler(IRQ0_IRQ, se7724_irq_demux); in init_se7724_IRQ()
136 irq_set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); in init_se7724_IRQ()
/openbmc/linux/arch/sh/boards/
H A Dboard-polaris.c43 .start = IRQ0_IRQ,
44 .end = IRQ0_IRQ,
120 { IRQ0_IRQ, 0, 0, 1, }, /* IRQ0 */
/openbmc/linux/arch/sh/boards/mach-se/7722/
H A Dirq.c89 irq_set_chained_handler(IRQ0_IRQ, se7722_irq_demux); in se7722_gc_init()
90 irq_set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); in se7722_gc_init()
/openbmc/linux/arch/sh/boards/mach-se/7343/
H A Dirq.c90 irq_set_chained_handler(IRQ0_IRQ, se7343_irq_demux); in se7343_gc_init()
91 irq_set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); in se7343_gc_init()
/openbmc/linux/arch/sh/include/mach-se/mach/
H A Dse7724.h35 #define IRQ0_IRQ evt2irq(0x600) macro
H A Dse7722.h77 #define IRQ0_IRQ evt2irq(0x600) macro
H A Dse.h87 #define IRQ0_IRQ evt2irq(0x600) macro
H A Dse7343.h120 #define IRQ0_IRQ evt2irq(0x600) macro