Home
last modified time | relevance | path

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

/arch/mips/mm/
A Dsc-mips.c153 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local
163 line_sz = cfg & CM_GCR_L2_CONFIG_LINE_SIZE; in mips_sc_probe_cm3()
164 line_sz >>= __ffs(CM_GCR_L2_CONFIG_LINE_SIZE); in mips_sc_probe_cm3()
165 if (line_sz) in mips_sc_probe_cm3()
166 c->scache.linesz = 2 << line_sz; in mips_sc_probe_cm3()

Completed in 11 milliseconds