Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/kernel/
Dcore_t2.c183 unsigned long t2_cfg = 0; in conf_read() local
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()
237 unsigned long t2_cfg = 0; in conf_write() local
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()