temp_h            301 drivers/acpi/pmic/intel_pmic_bxtwc.c 	u8 temp_l, temp_h, cursrc;
temp_h            313 drivers/acpi/pmic/intel_pmic_bxtwc.c 	temp_h = (u8) val;
temp_h            315 drivers/acpi/pmic/intel_pmic_bxtwc.c 	reg_val = temp_l | WHISKEY_COVE_ADC_HIGH_BIT(temp_h);
temp_h            316 drivers/acpi/pmic/intel_pmic_bxtwc.c 	cursrc = WHISKEY_COVE_ADC_CURSRC(temp_h);
temp_h            222 drivers/acpi/pmic/intel_pmic_crc.c 	int temp_l, temp_h;
temp_h            229 drivers/acpi/pmic/intel_pmic_crc.c 	    regmap_read(regmap, reg - 1, &temp_h))
temp_h            232 drivers/acpi/pmic/intel_pmic_crc.c 	return temp_l | (temp_h & 0x3) << 8;