Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-alpha/
Dcore_apecs.h189 #define APECS_IO (IDENT_ADDR + 0x1c0000000UL) macro
379 long result = *(vip) ((addr << 5) + APECS_IO + 0x00); in apecs_inb()
388 *(vuip) ((addr << 5) + APECS_IO + 0x00) = w; in apecs_outb()
394 long result = *(vip) ((addr << 5) + APECS_IO + 0x08); in apecs_inw()
403 *(vuip) ((addr << 5) + APECS_IO + 0x08) = w; in apecs_outw()
409 return *(vuip) ((addr << 5) + APECS_IO + 0x18); in apecs_inl()
414 *(vuip) ((addr << 5) + APECS_IO + 0x18) = b; in apecs_outl()
/linux-2.4.37.9/arch/alpha/kernel/
Dcore_apecs.c383 hose->sparse_io_base = APECS_IO - IDENT_ADDR; in apecs_init_arch()