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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-dreamcast/
H A Dirq.c46 #define EMR_BASE 0x005f6910 /* Base event mask register */ macro
65 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2);
76 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2);
120 emr = EMR_BASE + (level << 4) + (level << 2);

Completed in 25 milliseconds