Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dcore_t2.c380 printk("%s: HBASE was 0x%lx\n", __func__, *(vulp)T2_HBASE); in t2_save_configuration()
402 t2_saved_config.hbase = *(vulp)T2_HBASE; in t2_save_configuration()
463 *(vulp)T2_HBASE = 0x0; /* Disable HOLES. */ in t2_init_arch()
500 *(vulp)T2_HBASE = t2_saved_config.hbase; in t2_kill_arch()
502 *(vulp)T2_HBASE; /* READ it back to ensure WRITE occurred. */ in t2_kill_arch()
/openbmc/linux/arch/alpha/include/asm/
H A Dcore_t2.h56 #define T2_HBASE (IDENT_ADDR + GAMMA_BIAS + 0x38e000120UL) macro