Searched refs:temp_hi (Results 1 – 3 of 3) sorted by relevance
76 unsigned long temp, temp_hi; in apply_relocate() local77 temp_hi = *((unsigned long *)loc - 1); in apply_relocate()80 hi16_offset = (((((temp_hi) >> 16) & 0x3) << 15) | in apply_relocate()81 ((temp_hi) & 0x7fff)) >> 1; in apply_relocate()88 temp_hi = ((temp_hi) & (~(0x37fff))) | in apply_relocate()91 *((unsigned long *)loc - 1) = temp_hi; in apply_relocate()
211 u32 temp_lo, temp_hi = 0; in intel_alloc_mchbar_resource() local216 pci_read_config_dword(dev_priv->bridge_dev, reg + 4, &temp_hi); in intel_alloc_mchbar_resource()218 mchbar_addr = ((u64)temp_hi << 32) | temp_lo; in intel_alloc_mchbar_resource()
1024 u32 temp_hi, temp_lo; in intel_i965_g33_setup_chipset_flush() local1027 pci_read_config_dword(intel_private.bridge_dev, I965_IFPADDR + 4, &temp_hi); in intel_i965_g33_setup_chipset_flush()1042 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()