Home
last modified time | relevance | path

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

/libcpu/mips/gs232/
A Dcache.c80 unsigned int config1 = read_c0_config1(); in probe_cache() local
84 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()
/libcpu/mips/gs264/
A Dmips_mmu.c64 uint32_t config1 = read_c0_config1(); in mmu_get_max_tlb_index() local
65 return ((config1 >> 25) & 0x3F); in mmu_get_max_tlb_index()

Completed in 3 milliseconds