Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Dirq.c46 #define EMR_BASE 0x005f6910 /* Base event mask register */ macro
66 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in disable_systemasic_irq()
78 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in enable_systemasic_irq()
123 emr = EMR_BASE + (level << 4) + (level << 2); in systemasic_irq_demux()