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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c1121 u32 temp_lo, temp_hi = 0; local
1125 pci_read_config_dword(dev_priv->bridge_dev, reg + 4, &temp_hi);
1127 mchbar_addr = ((u64)temp_hi << 32) | temp_lo;
/freebsd-11-stable/sys/dev/agp/
H A Dagp_i810.c2126 uint32_t temp_hi, temp_lo; local
2131 temp_hi = pci_read_config(sc->bdev, AGP_I965_IFPADDR + 4, 4);
2135 temp = ((uint64_t)temp_hi << 32) | (temp_lo & ~1);

Completed in 65 milliseconds