EMR_BASE 66 arch/sh/boards/mach-dreamcast/irq.c __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); EMR_BASE 78 arch/sh/boards/mach-dreamcast/irq.c __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); EMR_BASE 123 arch/sh/boards/mach-dreamcast/irq.c emr = EMR_BASE + (level << 4) + (level << 2);