Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-ebsa110/include/mach/
Dhardware.h12 #define ISAMEM_BASE 0xe0000000 macro
/Linux-v5.10/drivers/net/ethernet/amd/
Dam79c961a.c87 #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()
/Linux-v5.10/arch/arm/mach-ebsa110/
Dcore.c103 .virtual = ISAMEM_BASE,