Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic_crc.c125 int temp_l, temp_h; in intel_crc_pmic_get_raw_temp() local
132 regmap_read(regmap, reg - 1, &temp_h)) in intel_crc_pmic_get_raw_temp()
135 return temp_l | (temp_h & 0x3) << 8; in intel_crc_pmic_get_raw_temp()