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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dmodule.c93 unsigned long temp, temp_hi; local
94 temp_hi = *((unsigned long *)loc - 1);
97 hi16_offset = (((((temp_hi) >> 16) & 0x3) << 15) |
98 ((temp_hi) & 0x7fff)) >> 1;
105 temp_hi = ((temp_hi) & (~(0x37fff))) |
108 *((unsigned long *)loc - 1) = temp_hi;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dintel-gtt.c1034 u32 temp_hi, temp_lo; local
1037 pci_read_config_dword(agp_bridge->dev, I965_IFPADDR + 4, &temp_hi);
1052 l64 = ((u64)temp_hi << 32) | temp_lo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c890 u32 temp_lo, temp_hi = 0; local
895 pci_read_config_dword(dev_priv->bridge_dev, reg + 4, &temp_hi);
897 mchbar_addr = ((u64)temp_hi << 32) | temp_lo;

Completed in 522 milliseconds