Searched refs:MIPS_CONFIG1_IL_MASK (Results 1 – 2 of 2) sorted by relevance
511 #define MIPS_CONFIG1_IL_MASK 0x00380000 /* bits 21..19 icache line size */ macro
190 tmp = (cfg1 & MIPS_CONFIG1_IL_MASK) >> MIPS_CONFIG1_IL_SHIFT; in mips_get_identity()