Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dcpu-probe.c641 unsigned int config5, max_mmid_width; in decode_config5() local
644 config5 = read_c0_config5(); in decode_config5()
645 config5 &= ~(MIPS_CONF5_UFR | MIPS_CONF5_UFE); in decode_config5()
649 config5 |= MIPS_CONF5_MI; in decode_config5()
651 config5 &= ~MIPS_CONF5_MI; in decode_config5()
654 write_c0_config5(config5); in decode_config5()
656 if (config5 & MIPS_CONF5_EVA) in decode_config5()
658 if (config5 & MIPS_CONF5_MRP) in decode_config5()
660 if (config5 & MIPS_CONF5_LLB) in decode_config5()
662 if (config5 & MIPS_CONF5_MVH) in decode_config5()
[all …]
/linux/drivers/hwmon/
H A Dadt7475.c206 u8 config5; member
238 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg()
256 if (data->config5 & CONFIG5_TWOSCOMP) { in reg2temp()
432 if (data->config5 & CONFIG5_TEMPOFFSET) in temp_show()
473 data->config5 = adt7475_read(REG_CONFIG5); in temp_store()
477 if (data->config5 & CONFIG5_TEMPOFFSET) { in temp_store()
678 data->config5 = adt7475_read(REG_CONFIG5); in point2_store()
1388 data->config5 = ret; in adt7475_update_limits()
/linux/arch/mips/include/asm/
H A Dkvm_host.h663 __BUILD_KVM_RW_HW(config5, 32, MIPS_CP0_CONFIG, 5)
688 __BUILD_KVM_SET_SAVED(config5, 32, MIPS_CP0_CONFIG, 5)
H A Dmipsregs.h3057 __BUILD_SET_C0(config5) in __BUILD_SET_C0()
/linux/drivers/memory/
H A Domap-gpmc.c213 u32 config5; member
2501 gpmc_context->cs_context[i].config5 = in omap3_gpmc_save_context()
2539 gpmc_context->cs_context[i].config5); in omap3_gpmc_restore_context()