Searched refs:temp_hi (Results 1 – 2 of 2) sorted by relevance
1021 u32 temp_hi, temp_lo; in intel_i965_g33_setup_chipset_flush() local1024 pci_read_config_dword(intel_private.bridge_dev, I965_IFPADDR + 4, &temp_hi); in intel_i965_g33_setup_chipset_flush()1039 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
1123 u32 temp_lo, temp_hi = 0; in intel_alloc_mchbar_resource() local1128 pci_read_config_dword(dev_priv->bridge_dev, reg + 4, &temp_hi); in intel_alloc_mchbar_resource()1130 mchbar_addr = ((u64)temp_hi << 32) | temp_lo; in intel_alloc_mchbar_resource()