Searched refs:EMR_BASE (Results 1 – 1 of 1) sorted by relevance
46 #define EMR_BASE 0x005f6910 /* Base event mask register */ macro66 __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()