Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-mt.c253 unsigned long itcblkgrn; in mips_mt_set_cpuoptions() local
264 itcblkgrn = read_c0_dtaglo(); in mips_mt_set_cpuoptions()
265 itcblkgrn &= 0xfffe0000; in mips_mt_set_cpuoptions()
267 itcblkgrn |= 0x00000c00; in mips_mt_set_cpuoptions()
269 write_c0_dtaglo(itcblkgrn); in mips_mt_set_cpuoptions()
281 ((itcblkgrn & 0x7fe00000) >> 20), itc_base); in mips_mt_set_cpuoptions()