Searched refs:T2_IOCSR (Results 1 – 2 of 2) sorted by relevance
421 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()
47 #define T2_IOCSR (IDENT_ADDR + GAMMA_BIAS + 0x38e000000UL) macro