Home
last modified time | relevance | path

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

/arch/arm/include/asm/hardware/
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))
Dentry-macro-iomd.S18 #ifdef IOMD_BASE
61 #ifdef IOMD_BASE
/arch/arm/mach-rpc/include/mach/
Dhardware.h53 #define IOMD_BASE (IO_BASE + 0x00200000) macro