Home
last modified time | relevance | path

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

/drivers/char/agp/
Dintel-gtt.c1028 u32 temp_hi, temp_lo; in intel_i965_g33_setup_chipset_flush() local
1032 pci_read_config_dword(intel_private.bridge_dev, I965_IFPADDR, &temp_lo); in intel_i965_g33_setup_chipset_flush()
1034 if (!(temp_lo & 0x1)) { in intel_i965_g33_setup_chipset_flush()
1045 temp_lo &= ~0x1; in intel_i965_g33_setup_chipset_flush()
1046 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
/drivers/gpu/drm/i915/
Di915_dma.c211 u32 temp_lo, temp_hi = 0; in intel_alloc_mchbar_resource() local
217 pci_read_config_dword(dev_priv->bridge_dev, reg, &temp_lo); in intel_alloc_mchbar_resource()
218 mchbar_addr = ((u64)temp_hi << 32) | temp_lo; in intel_alloc_mchbar_resource()