Searched refs:T2_HAE_3 (Results 1 – 2 of 2) sorted by relevance
192 t2_cfg = *(vulp)T2_HAE_3 & ~0xc0000000UL; in conf_read()193 *(vulp)T2_HAE_3 = 0x40000000UL | t2_cfg; in conf_read()227 *(vulp)T2_HAE_3 = t2_cfg; in conf_read()244 t2_cfg = *(vulp)T2_HAE_3 & ~0xc0000000UL; in conf_write()245 *(vulp)T2_HAE_3 = t2_cfg | 0x40000000UL; in conf_write()278 *(vulp)T2_HAE_3 = t2_cfg; in conf_write()378 printk("%s: HAE_3 was 0x%lx\n", __func__, *(vulp)T2_HAE_3); in t2_save_configuration()400 t2_saved_config.hae_3 = *(vulp)T2_HAE_3; in t2_save_configuration()468 *(vulp)T2_HAE_3 = 0; mb(); /* Config Space HAE */ in t2_init_arch()498 *(vulp)T2_HAE_3 = t2_saved_config.hae_3; in t2_kill_arch()
65 #define T2_HAE_3 (IDENT_ADDR + GAMMA_BIAS + 0x38e000240UL) macro