Searched refs:config5 (Results 1 – 3 of 3) sorted by relevance
647 unsigned int config5, max_mmid_width; in decode_config5() local650 config5 = read_c0_config5(); in decode_config5()651 config5 &= ~(MIPS_CONF5_UFR | MIPS_CONF5_UFE); in decode_config5()655 config5 |= MIPS_CONF5_MI; in decode_config5()657 config5 &= ~MIPS_CONF5_MI; in decode_config5()660 write_c0_config5(config5); in decode_config5()662 if (config5 & MIPS_CONF5_EVA) in decode_config5()664 if (config5 & MIPS_CONF5_MRP) in decode_config5()666 if (config5 & MIPS_CONF5_LLB) in decode_config5()668 if (config5 & MIPS_CONF5_MVH) in decode_config5()[all …]
207 u8 config5; member239 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg()257 if (data->config5 & CONFIG5_TWOSCOMP) { in reg2temp()433 if (data->config5 & CONFIG5_TEMPOFFSET) in temp_show()474 data->config5 = adt7475_read(REG_CONFIG5); in temp_store()478 if (data->config5 & CONFIG5_TEMPOFFSET) { in temp_store()679 data->config5 = adt7475_read(REG_CONFIG5); in point2_store()1389 data->config5 = ret; in adt7475_update_limits()
3059 __BUILD_SET_C0(config5) in __BUILD_SET_C0()