Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dmips-mt.c123 unsigned long itcblkgrn; in mips_mt_set_cpuoptions() local
133 itcblkgrn = read_c0_dtaglo(); in mips_mt_set_cpuoptions()
134 itcblkgrn &= 0xfffe0000; in mips_mt_set_cpuoptions()
136 itcblkgrn |= 0x00000c00; in mips_mt_set_cpuoptions()
138 write_c0_dtaglo(itcblkgrn); in mips_mt_set_cpuoptions()
150 ((itcblkgrn & 0x7fe00000) >> 20), itc_base); in mips_mt_set_cpuoptions()