Searched refs:ISAMEM_BASE (Results 1 – 3 of 3) sorted by relevance
15 #define ISAMEM_BASE 0xe0000000 macro
90 #define am_writeword(dev,off,val) __raw_writew(val, ISAMEM_BASE + ((off) << 1))91 #define am_readword(dev,off) __raw_readw(ISAMEM_BASE + ((off) << 1))96 offset = ISAMEM_BASE + (offset << 1); in am_writebuffer()130 offset = ISAMEM_BASE + (offset << 1); in am_readbuffer()
107 .virtual = ISAMEM_BASE,