Searched refs:temp_h (Results 1 – 1 of 1) sorted by relevance
125 int temp_l, temp_h; in intel_crc_pmic_get_raw_temp() local132 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()