Searched refs:ISAMEM_BASE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/
H A Dhardware.h15 #define ISAMEM_BASE 0xe0000000 macro
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dam79c961a.c90 #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); am_writebuffer()
130 offset = ISAMEM_BASE + (offset << 1); am_readbuffer()
/linux-4.1.27/arch/arm/mach-ebsa110/
H A Dcore.c107 .virtual = ISAMEM_BASE,

Completed in 49 milliseconds