Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dcpu-probe.c642 unsigned int config5, max_mmid_width; in decode_config5() local
645 config5 = read_c0_config5(); in decode_config5()
646 config5 &= ~(MIPS_CONF5_UFR | MIPS_CONF5_UFE); in decode_config5()
650 config5 |= MIPS_CONF5_MI; in decode_config5()
652 config5 &= ~MIPS_CONF5_MI; in decode_config5()
655 write_c0_config5(config5); in decode_config5()
657 if (config5 & MIPS_CONF5_EVA) in decode_config5()
659 if (config5 & MIPS_CONF5_MRP) in decode_config5()
661 if (config5 & MIPS_CONF5_LLB) in decode_config5()
663 if (config5 & MIPS_CONF5_MVH) in decode_config5()
[all …]
/linux-6.1.9/drivers/hwmon/
Dadt7475.c201 u8 config5; member
233 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg()
251 if (data->config5 & CONFIG5_TWOSCOMP) { in reg2temp()
421 if (data->config5 & CONFIG5_TEMPOFFSET) in temp_show()
462 data->config5 = adt7475_read(REG_CONFIG5); in temp_store()
466 if (data->config5 & CONFIG5_TEMPOFFSET) { in temp_store()
667 data->config5 = adt7475_read(REG_CONFIG5); in point2_store()
1364 data->config5 = ret; in adt7475_update_limits()
/linux-6.1.9/arch/mips/include/asm/
Dkvm_host.h663 __BUILD_KVM_RW_HW(config5, 32, MIPS_CP0_CONFIG, 5)
688 __BUILD_KVM_SET_SAVED(config5, 32, MIPS_CP0_CONFIG, 5)
Dmipsregs.h2909 __BUILD_SET_C0(config5) in __BUILD_SET_C0()
/linux-6.1.9/drivers/memory/
Domap-gpmc.c211 u32 config5; member
2418 gpmc_context->cs_context[i].config5 = in omap3_gpmc_save_context()
2456 gpmc_context->cs_context[i].config5); in omap3_gpmc_restore_context()