Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/include/asm/
Dcore_t2.h43 #define T2_IO (IDENT_ADDR + GAMMA_BIAS + 0x3a0000000UL) macro
367 long result = *(vip) ((addr << 5) + T2_IO + 0x00); in t2_inb()
376 *(vuip) ((addr << 5) + T2_IO + 0x00) = w; in t2_outb()
382 long result = *(vip) ((addr << 5) + T2_IO + 0x08); in t2_inw()
391 *(vuip) ((addr << 5) + T2_IO + 0x08) = w; in t2_outw()
397 return *(vuip) ((addr << 5) + T2_IO + 0x18); in t2_inl()
402 *(vuip) ((addr << 5) + T2_IO + 0x18) = b; in t2_outl()
408 return *(vulp) ((addr << 5) + T2_IO + 0x18); in t2_inq()
413 *(vulp) ((addr << 5) + T2_IO + 0x18) = b; in t2_outq()
564 return (void __iomem *)(addr + T2_IO); in t2_ioportmap()
[all …]
/linux-6.1.9/arch/alpha/kernel/
Dcore_t2.c448 hose->sparse_io_base = T2_IO - IDENT_ADDR; in t2_init_arch()