Searched refs:L1CFG_CNWAY_GET (Results 1 – 2 of 2) sorted by relevance
653 const int dcache_assoc = L1CFG_CNWAY_GET(l1cfg0); in cpu_probe_cache()788 L1CFG_CNWAY_GET(l1cfg0), in cpu_print_info()798 L1CFG_CNWAY_GET(l1cfg1), in cpu_print_info()
365 #define L1CFG_CNWAY_GET(n) ((((n) >> 11) & 0xff) + 1) macro