Searched refs:temp_hi (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/thermal/ |
A D | thermal-generic-adc.c | 26 int temp, temp_hi, temp_lo, adc_hi, adc_lo; in gadc_thermal_adc_to_temp() local 45 temp_hi = gti->lookup_table[2 * i - 2]; in gadc_thermal_adc_to_temp() 48 temp = temp_hi + mult_frac(temp_lo - temp_hi, val - adc_hi, in gadc_thermal_adc_to_temp()
|
/linux/drivers/char/agp/ |
A D | intel-gtt.c | 1042 u32 temp_hi, temp_lo; in intel_i965_g33_setup_chipset_flush() local 1045 pci_read_config_dword(intel_private.bridge_dev, I965_IFPADDR + 4, &temp_hi); in intel_i965_g33_setup_chipset_flush() 1060 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_drv.c | 112 u32 temp_lo, temp_hi = 0; in intel_alloc_mchbar_resource() local 117 pci_read_config_dword(dev_priv->bridge_dev, reg + 4, &temp_hi); in intel_alloc_mchbar_resource() 119 mchbar_addr = ((u64)temp_hi << 32) | temp_lo; in intel_alloc_mchbar_resource()
|
Completed in 8 milliseconds