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

/linux-4.4.14/arch/arm/include/asm/hardware/
H A Diomd.h23 #define iomd_readb(off) __raw_readb(IOMD_BASE + (off))
24 #define iomd_readl(off) __raw_readl(IOMD_BASE + (off))
25 #define iomd_writeb(val,off) __raw_writeb(val, IOMD_BASE + (off))
26 #define iomd_writel(val,off) __raw_writel(val, IOMD_BASE + (off))
H A Dentry-macro-iomd.S18 #ifdef IOMD_BASE
61 #ifdef IOMD_BASE
/linux-4.4.14/sound/oss/
H A Dvidc_fill.S144 mov ip, #IOMD_BASE & 0xff000000
145 orr ip, ip, #IOMD_BASE & 0x00ff0000
170 mov ip, #IOMD_BASE & 0xff000000
171 orr ip, ip, #IOMD_BASE & 0x00ff0000
/linux-4.4.14/arch/arm/mach-rpc/include/mach/
H A Dhardware.h53 #define IOMD_BASE (IO_BASE + 0x00200000) macro

Completed in 95 milliseconds