Searched refs:IOMD_BASE (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/include/asm/hardware/ |
D | iomd.h | 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))
|
D | entry-macro-iomd.S | 26 #ifdef IOMD_BASE 69 #ifdef IOMD_BASE
|
/linux-2.6.39/sound/oss/ |
D | vidc_fill.S | 144 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-2.6.39/arch/arm/mach-rpc/include/mach/ |
D | hardware.h | 56 #define IOMD_BASE IOMEM(0xe0200000) macro
|