Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/include/asm/
Dcore_apecs.h189 #define APECS_IO (IDENT_ADDR + 0x1c0000000UL) macro
396 addr -= APECS_IO; in apecs_ioread8()
397 base_and_type = APECS_IO + 0x00; in apecs_ioread8()
414 addr -= APECS_IO; in apecs_iowrite8()
415 base_and_type = APECS_IO + 0x00; in apecs_iowrite8()
432 addr -= APECS_IO; in apecs_ioread16()
433 base_and_type = APECS_IO + 0x08; in apecs_ioread16()
450 addr -= APECS_IO; in apecs_iowrite16()
451 base_and_type = APECS_IO + 0x08; in apecs_iowrite16()
462 addr = ((addr - APECS_IO) << 5) + APECS_IO + 0x18; in apecs_ioread32()
[all …]
/linux-2.6.39/arch/alpha/kernel/
Dcore_apecs.c338 hose->sparse_io_base = APECS_IO - IDENT_ADDR; in apecs_init_arch()