Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dmips-mt.c254 unsigned long itcblkgrn; in mips_mt_set_cpuoptions() local
265 itcblkgrn = read_c0_dtaglo(); in mips_mt_set_cpuoptions()
266 itcblkgrn &= 0xfffe0000; in mips_mt_set_cpuoptions()
268 itcblkgrn |= 0x00000c00; in mips_mt_set_cpuoptions()
270 write_c0_dtaglo(itcblkgrn); in mips_mt_set_cpuoptions()
282 ((itcblkgrn & 0x7fe00000) >> 20), itc_base); in mips_mt_set_cpuoptions()