Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h513 #define MIPS_CONFIG1_IA_MASK 0x00070000 /* bits 18..16 icache associativity */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c193 cpuinfo->l1.ic_nways = (((cfg1 & MIPS_CONFIG1_IA_MASK) >> MIPS_CONFIG1_IA_SHIFT)) + 1; in mips_get_identity()