Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/include/asm/
Dcore_apecs.h191 #define APECS_DENSE_MEM (IDENT_ADDR + 0x300000000UL) macro
391 if (addr >= APECS_DENSE_MEM) { in apecs_ioread8()
392 addr -= APECS_DENSE_MEM; in apecs_ioread8()
409 if (addr >= APECS_DENSE_MEM) { in apecs_iowrite8()
410 addr -= APECS_DENSE_MEM; in apecs_iowrite8()
427 if (addr >= APECS_DENSE_MEM) { in apecs_ioread16()
428 addr -= APECS_DENSE_MEM; in apecs_ioread16()
445 if (addr >= APECS_DENSE_MEM) { in apecs_iowrite16()
446 addr -= APECS_DENSE_MEM; in apecs_iowrite16()
461 if (addr < APECS_DENSE_MEM) in apecs_ioread32()
[all …]
/linux-2.6.39/arch/alpha/kernel/
Dcore_apecs.c337 hose->dense_mem_base = APECS_DENSE_MEM - IDENT_ADDR; in apecs_init_arch()