Searched refs:CSR_CONF3_STLBWAYS (Results 1 – 2 of 2) sorted by relevance
213 c->tlbsizestlbways = ((config & CSR_CONF3_STLBWAYS) >> CSR_CONF3_STLBWAYS_SHIFT) + 1; in cpu_probe_common()
430 #define CSR_CONF3_STLBWAYS (_ULCAST_(0xff) << CSR_CONF3_STLBWAYS_SHIFT) macro