Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/include/asm/
Dcore_apecs.h192 #define APECS_DENSE_MEM (IDENT_ADDR + 0x300000000UL) macro
392 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()
446 if (addr >= APECS_DENSE_MEM) { in apecs_iowrite16()
447 addr -= APECS_DENSE_MEM; in apecs_iowrite16()
462 if (addr < APECS_DENSE_MEM) in apecs_ioread32()
[all …]
/linux-5.19.10/arch/alpha/kernel/
Dcore_apecs.c339 hose->dense_mem_base = APECS_DENSE_MEM - IDENT_ADDR; in apecs_init_arch()