Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/qcom/
H A Dlmh.c101 int temp_low, temp_high, temp_arm, cpu_id, ret; in lmh_probe() local
128 ret = of_property_read_u32(np, "qcom,lmh-temp-low-millicelsius", &temp_low); in lmh_probe()
204 ret = qcom_scm_lmh_dcvsh(LMH_SUB_FN_THERMAL, LMH_TH_LOW_THRESHOLD, temp_low, in lmh_probe()
/openbmc/linux/drivers/hwmon/
H A Dlm87.c157 s8 temp_low[3]; /* register value */ member
229 data->temp_low[i] = lm87_read_value(client, in lm87_update_device()
379 TEMP_FROM_REG(data->temp_low[nr])); in temp_low_show()
407 data->temp_low[nr] = TEMP_TO_REG(val); in temp_low_store()
408 lm87_write_value(client, LM87_REG_TEMP_LOW[nr], data->temp_low[nr]); in temp_low_store()
435 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_low, 0);
438 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_low, 1);
441 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_low, 2);
/openbmc/qemu/target/tricore/
H A Dtranslate.c2474 TCGv temp_low, temp_high; in gen_sh_hi() local
2480 temp_low = tcg_temp_new(); in gen_sh_hi()
2482 tcg_gen_andi_tl(temp_low, r1, 0xffff); in gen_sh_hi()
2484 gen_shi(temp_low, temp_low, shiftcount); in gen_sh_hi()
2486 tcg_gen_deposit_tl(ret, ret, temp_low, 0, 16); in gen_sh_hi()