Home
last modified time | relevance | path

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

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