Searched refs:EISA_BASE (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/asm-parisc/ |
D | io.h | 169 #define EISA_BASE 0xfffffffffc000000UL macro 170 #define isa_readb(a) readb(EISA_BASE | (a)) 171 #define isa_readw(a) readw(EISA_BASE | (a)) 172 #define isa_readl(a) readl(EISA_BASE | (a)) 173 #define isa_writeb(b,a) writeb((b), EISA_BASE | (a)) 174 #define isa_writew(b,a) writew((b), EISA_BASE | (a)) 175 #define isa_writel(b,a) writel((b), EISA_BASE | (a)) 176 #define isa_memset_io(a,b,c) memset_io(EISA_BASE | (a), (b), (c)) 177 #define isa_memcpy_fromio(a,b,c) memcpy_fromio((a), EISA_BASE | (b), (c)) 178 #define isa_memcpy_toio(a,b,c) memcpy_toio(EISA_BASE | (a), (b), (c))
|