Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/boards/mach-dreamcast/
Dirq.c47 #define EMR_BASE 0x005f6910 /* Base event mask register */ macro
67 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in disable_systemasic_irq()
79 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in enable_systemasic_irq()
124 emr = EMR_BASE + (level << 4) + (level << 2); in systemasic_irq_demux()