Home
last modified time | relevance | path

Searched refs:temp_h (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/acpi/pmic/
Dintel_pmic_bytcrc.c222 int temp_l, temp_h; in intel_crc_pmic_get_raw_temp() local
229 regmap_read(regmap, reg - 1, &temp_h)) in intel_crc_pmic_get_raw_temp()
232 return temp_l | (temp_h & 0x3) << 8; in intel_crc_pmic_get_raw_temp()
Dintel_pmic_bxtwc.c301 u8 temp_l, temp_h, cursrc; in intel_bxtwc_pmic_get_raw_temp() local
313 temp_h = (u8) val; in intel_bxtwc_pmic_get_raw_temp()
315 reg_val = temp_l | WHISKEY_COVE_ADC_HIGH_BIT(temp_h); in intel_bxtwc_pmic_get_raw_temp()
316 cursrc = WHISKEY_COVE_ADC_CURSRC(temp_h); in intel_bxtwc_pmic_get_raw_temp()