Home
last modified time | relevance | path

Searched refs:MIPS_CONF1_DL (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dcache.c58 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()
H A Dcache_init.S59 andi \line_sz, \line_sz, (MIPS_CONF1_DL >> MIPS_CONF1_DL_SHF)
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dtrap_emul.c642 config1 &= ~MIPS_CONF1_DL; in kvm_trap_emul_vcpu_setup()
644 MIPS_CONF1_DL_SHF) & MIPS_CONF1_DL; in kvm_trap_emul_vcpu_setup()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h478 #define MIPS_CONF1_DL (_ULCAST_(7) << 10) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h606 #define MIPS_CONF1_DL (_ULCAST_(7) << 10) macro