Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Dsetup_dc.c58 #define EMR_BASE 0x005f6910 /* Base event mask register */ macro
74 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in disable_systemasic_irq()
88 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in enable_systemasic_irq()
156 emr = EMR_BASE + (level << 4) + (level << 2); in systemasic_irq_demux()