Searched refs:mmio_bar (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | intel_gt.c | 916 unsigned int mmio_bar; in intel_gt_probe_all() local 920 mmio_bar = intel_mmio_bar(GRAPHICS_VER(i915)); in intel_gt_probe_all() 921 phys_addr = pci_resource_start(pdev, mmio_bar); in intel_gt_probe_all() 959 pci_resource_len(pdev, mmio_bar)))) { in intel_gt_probe_all() 1005 unsigned int mmio_bar; in intel_gt_probe_all() local 1009 mmio_bar = intel_mmio_bar(GRAPHICS_VER(i915)); in intel_gt_probe_all() 1010 type = pci_mapreg_type(i915->pc, i915->tag, 0x10 + (mmio_bar * 4)); in intel_gt_probe_all() 1011 ret = -pci_mapreg_info(i915->pc, i915->tag, 0x10 + (mmio_bar * 4), type, in intel_gt_probe_all()
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_display_device.c | 1344 int mmio_bar, mmio_size, mmio_type; in probe_gmdid_display() local 1359 mmio_bar = 0x10; in probe_gmdid_display() 1360 mmio_type = pci_mapreg_type(i915->pc, i915->tag, mmio_bar); in probe_gmdid_display() 1361 if (pci_mapreg_map(i915->pa, mmio_bar, mmio_type, 0, in probe_gmdid_display()
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_driver.c | 2212 int mmio_bar, mmio_size, mmio_type; in inteldrm_attach() local 2284 mmio_bar = (GRAPHICS_VER(dev_priv) == 2) ? 0x14 : 0x10; in inteldrm_attach() 2305 mmio_type = pci_mapreg_type(pa->pa_pc, pa->pa_tag, mmio_bar); in inteldrm_attach() 2306 if (pci_mapreg_map(pa, mmio_bar, mmio_type, BUS_SPACE_MAP_LINEAR, in inteldrm_attach()
|
| /openbsd/src/sys/dev/pci/drm/i915/gvt/ |
| D | gvt.h | 70 u32 mmio_bar; member
|
| D | kvmgt.c | 1735 info->mmio_bar = 0; in init_device_info()
|