Searched refs:mch_res (Results 1 – 2 of 2) sorted by relevance
490 dev_priv->mch_res.name = "i915 MCHBAR"; in intel_alloc_mchbar_resource()491 dev_priv->mch_res.flags = IORESOURCE_MEM; in intel_alloc_mchbar_resource()493 &dev_priv->mch_res, in intel_alloc_mchbar_resource()500 dev_priv->mch_res.start = 0; in intel_alloc_mchbar_resource()506 upper_32_bits(dev_priv->mch_res.start)); in intel_alloc_mchbar_resource()509 lower_32_bits(dev_priv->mch_res.start)); in intel_alloc_mchbar_resource()578 if (dev_priv->mch_res.start) in intel_teardown_mchbar()579 release_resource(&dev_priv->mch_res); in intel_teardown_mchbar()
1636 struct resource mch_res; member