Searched refs:MIPS_CONFIG1_DS_MASK (Results 1 – 2 of 2) sorted by relevance
515 #define MIPS_CONFIG1_DS_MASK 0x0000E000 /* bits 15..13 dcache sets per way */ macro
210 1 << (((cfg1 & MIPS_CONFIG1_DS_MASK) >> MIPS_CONFIG1_DS_SHIFT) + 6); in mips_get_identity()