Lines Matching refs:config2
122 unsigned int config2 = read_c0_config2();
137 if (config2 & (1 << 12))
141 tmp = (config2 >> 4) & 0x0f;
186 unsigned int config1, config2;
202 /* Does this MIPS32/MIPS64 CPU have a config2 register? */
207 config2 = read_c0_config2();
212 tmp = (config2 >> 8) & 0x0f;
218 tmp = (config2 >> 0) & 0x0f;
227 * According to config2 it would be 5-ways, but that is
236 * According to config2 it would be 5-ways and 512-sets,