Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/
Dcore_t2.c421 temp = *(vulp)T2_IOCSR; in t2_init_arch()
425 *(vulp)T2_IOCSR = temp | (0x1UL << 26); in t2_init_arch()
427 *(vulp)T2_IOCSR; /* read it back to make sure */ in t2_init_arch()
510 t2_iocsr = *(vulp)T2_IOCSR; in t2_pci_tbi()
513 *(vulp)T2_IOCSR = t2_iocsr | (0x1UL << 28); in t2_pci_tbi()
515 *(vulp)T2_IOCSR; /* read it back to make sure */ in t2_pci_tbi()
518 *(vulp)T2_IOCSR = t2_iocsr & ~(0x1UL << 28); in t2_pci_tbi()
520 *(vulp)T2_IOCSR; /* read it back to make sure */ in t2_pci_tbi()
/linux-5.19.10/arch/alpha/include/asm/
Dcore_t2.h47 #define T2_IOCSR (IDENT_ADDR + GAMMA_BIAS + 0x38e000000UL) macro