Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/i915/
HDi915_dma.c1144 dev_priv->mch_res = BUS_ALLOC_RESOURCE(device_get_parent(vga), in intel_alloc_mchbar_resource()
1147 if (dev_priv->mch_res == NULL) { in intel_alloc_mchbar_resource()
1153 temp = rman_get_start(dev_priv->mch_res); in intel_alloc_mchbar_resource()
1158 rman_get_start(dev_priv->mch_res) & UINT32_MAX, 4); in intel_alloc_mchbar_resource()
1224 if (dev_priv->mch_res != NULL) { in intel_teardown_mchbar()
1228 SYS_RES_MEMORY, dev_priv->mch_res_rid, dev_priv->mch_res); in intel_teardown_mchbar()
1230 SYS_RES_MEMORY, dev_priv->mch_res_rid, dev_priv->mch_res); in intel_teardown_mchbar()
1231 dev_priv->mch_res = NULL; in intel_teardown_mchbar()
HDi915_drv.h718 struct resource *mch_res; member