Searched refs:ISAMEM_BASE (Results 1 – 3 of 3) sorted by relevance
12 #define ISAMEM_BASE 0xe0000000 macro
87 #define am_writeword(dev,off,val) __raw_writew(val, ISAMEM_BASE + ((off) << 1))88 #define am_readword(dev,off) __raw_readw(ISAMEM_BASE + ((off) << 1))93 offset = ISAMEM_BASE + (offset << 1); in am_writebuffer()127 offset = ISAMEM_BASE + (offset << 1); in am_readbuffer()
103 .virtual = ISAMEM_BASE,