Searched refs:T2_HAE_3 (Results 1 – 2 of 2) sorted by relevance
191 t2_cfg = *(vulp)T2_HAE_3 & ~0xc0000000UL; in conf_read()192 *(vulp)T2_HAE_3 = 0x40000000UL | t2_cfg; in conf_read()226 *(vulp)T2_HAE_3 = t2_cfg; in conf_read()243 t2_cfg = *(vulp)T2_HAE_3 & ~0xc0000000UL; in conf_write()244 *(vulp)T2_HAE_3 = t2_cfg | 0x40000000UL; in conf_write()277 *(vulp)T2_HAE_3 = t2_cfg; in conf_write()377 printk("%s: HAE_3 was 0x%lx\n", __func__, *(vulp)T2_HAE_3); in t2_save_configuration()399 t2_saved_config.hae_3 = *(vulp)T2_HAE_3; in t2_save_configuration()467 *(vulp)T2_HAE_3 = 0; mb(); /* Config Space HAE */ in t2_init_arch()497 *(vulp)T2_HAE_3 = t2_saved_config.hae_3; in t2_kill_arch()
64 #define T2_HAE_3 (IDENT_ADDR + GAMMA_BIAS + 0x38e000240UL) macro