Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dcore_t2.c184 unsigned long t2_cfg = 0; in conf_read() local
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()
238 unsigned long t2_cfg = 0; in conf_write() local
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()