Searched refs:MIPS_CONFIG1_IA_MASK (Results 1 – 2 of 2) sorted by relevance
513 #define MIPS_CONFIG1_IA_MASK 0x00070000 /* bits 18..16 icache associativity */ macro
193 cpuinfo->l1.ic_nways = (((cfg1 & MIPS_CONFIG1_IA_MASK) >> MIPS_CONFIG1_IA_SHIFT)) + 1; in mips_get_identity()