Home
last modified time | relevance | path

Searched refs:APECS_DENSE_MEM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dcore_apecs.h392 if (addr >= APECS_DENSE_MEM) { in apecs_ioread8()
393 addr -= APECS_DENSE_MEM; in apecs_ioread8()
410 if (addr >= APECS_DENSE_MEM) { in apecs_iowrite8()
411 addr -= APECS_DENSE_MEM; in apecs_iowrite8()
428 if (addr >= APECS_DENSE_MEM) { in apecs_ioread16()
429 addr -= APECS_DENSE_MEM; in apecs_ioread16()
447 addr -= APECS_DENSE_MEM; in apecs_iowrite16()
462 if (addr < APECS_DENSE_MEM) in apecs_ioread32()
470 if (addr < APECS_DENSE_MEM) in apecs_iowrite32()
478 if (addr < APECS_DENSE_MEM) in apecs_ioread64()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dcore_apecs.c339 hose->dense_mem_base = APECS_DENSE_MEM - IDENT_ADDR; in apecs_init_arch()