Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dcore_t2.h40 #define T2_IO (IDENT_ADDR + GAMMA_BIAS + 0x3a0000000UL) macro
361 long result = *(vip) ((addr << 5) + T2_IO + 0x00); in t2_inb()
370 *(vuip) ((addr << 5) + T2_IO + 0x00) = w; in t2_outb()
376 long result = *(vip) ((addr << 5) + T2_IO + 0x08); in t2_inw()
385 *(vuip) ((addr << 5) + T2_IO + 0x08) = w; in t2_outw()
391 return *(vuip) ((addr << 5) + T2_IO + 0x18); in t2_inl()
396 *(vuip) ((addr << 5) + T2_IO + 0x18) = b; in t2_outl()
570 return (void __iomem *)(addr + T2_IO); in t2_ioportmap()
598 return t2_in##OS((unsigned long)xaddr - T2_IO); \
605 t2_out##OS(b, (unsigned long)xaddr - T2_IO); \
/arch/alpha/kernel/
Dcore_t2.c441 hose->sparse_io_base = T2_IO - IDENT_ADDR; in t2_init_arch()