Home
last modified time | relevance | path

Searched refs:MIPS_ASE_MIPS16E2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu.h445 #define MIPS_ASE_MIPS16E2 0x00000400 /* MIPS16e2 */ macro
H A Dcpu-features.h198 #define cpu_has_mips16e2 __isa_lt_and_ase(6, MIPS_ASE_MIPS16E2)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcpu-probe.c667 c->ases |= MIPS_ASE_MIPS16E2; in decode_config5()