Home
last modified time | relevance | path

Searched refs:temp_hi (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/score/kernel/
Dmodule.c76 unsigned long temp, temp_hi; in apply_relocate() local
77 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()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c211 u32 temp_lo, temp_hi = 0; in intel_alloc_mchbar_resource() local
216 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()
/linux-4.4.14/drivers/char/agp/
Dintel-gtt.c1024 u32 temp_hi, temp_lo; in intel_i965_g33_setup_chipset_flush() local
1027 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()