Searched defs:t2_cfg (Results 1 - 1 of 1) sorted by relevance

/arch/alpha/kernel/
H A Dcore_t2.c183 unsigned long t2_cfg = 0; local
191 t2_cfg = *(vulp)T2_HAE_3 & ~0xc0000000UL;
192 *(vulp)T2_HAE_3 = 0x40000000UL | t2_cfg;
226 *(vulp)T2_HAE_3 = t2_cfg;
237 unsigned long t2_cfg = 0; local
243 t2_cfg = *(vulp)T2_HAE_3 & ~0xc0000000UL;
244 *(vulp)T2_HAE_3 = t2_cfg | 0x40000000UL;
277 *(vulp)T2_HAE_3 = t2_cfg;

Completed in 35 milliseconds