Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h533 #define MIPS_CONFIG2_SL_MASK 0xf macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c263 tmp = (cfg2 >> MIPS_CONFIG2_SL_SHIFT) & MIPS_CONFIG2_SL_MASK; in mips_get_identity()