Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dcore_t2.c420 temp = *(vulp)T2_IOCSR; in t2_init_arch()
424 *(vulp)T2_IOCSR = temp | (0x1UL << 26); in t2_init_arch()
426 *(vulp)T2_IOCSR; /* read it back to make sure */ in t2_init_arch()
509 t2_iocsr = *(vulp)T2_IOCSR; in t2_pci_tbi()
512 *(vulp)T2_IOCSR = t2_iocsr | (0x1UL << 28); in t2_pci_tbi()
514 *(vulp)T2_IOCSR; /* read it back to make sure */ in t2_pci_tbi()
517 *(vulp)T2_IOCSR = t2_iocsr & ~(0x1UL << 28); in t2_pci_tbi()
519 *(vulp)T2_IOCSR; /* read it back to make sure */ in t2_pci_tbi()
/arch/alpha/include/asm/
Dcore_t2.h46 #define T2_IOCSR (IDENT_ADDR + GAMMA_BIAS + 0x38e000000UL) macro