Searched refs:config1 (Results 1 – 2 of 2) sorted by relevance
80 unsigned int config1 = read_c0_config1(); in probe_cache() local84 if ((icache_line_size = ((config1 >> 19) & 7))) in probe_cache()88 icache_sets = 64 << ((config1 >> 22) & 7); in probe_cache()89 icache_ways = 1 + ((config1 >> 16) & 7); in probe_cache()92 if ((dcache_line_size = ((config1 >> 10) & 7))) in probe_cache()96 dcache_sets = 64 << ((config1 >> 13) & 7); in probe_cache()97 dcache_ways = 1 + ((config1 >> 7) & 7); in probe_cache()
64 uint32_t config1 = read_c0_config1(); in mmu_get_max_tlb_index() local65 return ((config1 >> 25) & 0x3F); in mmu_get_max_tlb_index()
Completed in 2 milliseconds