Searched refs:line_sz (Results 1 – 1 of 1) sorted by relevance
160 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local170 line_sz = cfg & CM_GCR_L2_CONFIG_LINE_SIZE_MSK; in mips_sc_probe_cm3()171 line_sz >>= CM_GCR_L2_CONFIG_LINE_SIZE_SHF; in mips_sc_probe_cm3()172 if (line_sz) in mips_sc_probe_cm3()173 c->scache.linesz = 2 << line_sz; in mips_sc_probe_cm3()