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