Searched refs:IOMD_BASE (Results 1 – 3 of 3) sorted by relevance
23 #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))
18 #ifdef IOMD_BASE61 #ifdef IOMD_BASE
53 #define IOMD_BASE (IO_BASE + 0x00200000) macro