Home
last modified time | relevance | path

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

/drivers/char/agp/
Dintel-gtt.c1021 u32 temp_hi, temp_lo; in intel_i965_g33_setup_chipset_flush() local
1024 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()
/drivers/gpu/drm/i915/
Di915_dma.c1123 u32 temp_lo, temp_hi = 0; in intel_alloc_mchbar_resource() local
1128 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()