Home
last modified time | relevance | path

Searched refs:mmio_bar (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_inic162x.c821 int mmio_bar; in inic_init_one() local
844 mmio_bar = MMIO_BAR_PCI; in inic_init_one()
846 mmio_bar = MMIO_BAR_CARDBUS; in inic_init_one()
848 rc = pcim_iomap_regions(pdev, 1 << mmio_bar, DRV_NAME); in inic_init_one()
852 hpriv->mmio_base = iomap[mmio_bar]; in inic_init_one()
858 ata_port_pbar_desc(ap, mmio_bar, -1, "mmio"); in inic_init_one()
859 ata_port_pbar_desc(ap, mmio_bar, i * PORT_SIZE, "port"); in inic_init_one()
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c65 MemoryRegion mmio_bar; member
522 memory_region_init_io(&d->mmio_bar, OBJECT(d), &platform_mmio_handler, d, in platform_mmio_setup()
572 &d->mmio_bar); in xen_platform_realize()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.c893 unsigned int mmio_bar; in intel_gt_probe_all() local
897 mmio_bar = intel_mmio_bar(GRAPHICS_VER(i915)); in intel_gt_probe_all()
898 phys_addr = pci_resource_start(pdev, mmio_bar); in intel_gt_probe_all()
938 pci_resource_len(pdev, mmio_bar)))) { in intel_gt_probe_all()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c129 int mmio_bar; member
2388 msix_init(dev, 15, &s->mmio_io, b->mmio_bar, 0x2000, in megasas_scsi_realize()
2389 &s->mmio_io, b->mmio_bar, 0x3800, 0x68, NULL)) { in megasas_scsi_realize()
2401 pci_register_bar(dev, b->mmio_bar, bar_type, &s->mmio_io); in megasas_scsi_realize()
2487 int mmio_bar; member
2503 .mmio_bar = 0,
2519 .mmio_bar = 1,
2544 e->mmio_bar = info->mmio_bar; in megasas_class_init()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c485 int mmio_bar = 1; in intelfb_pci_register() local
543 mmio_bar = 0; in intelfb_pci_register()
547 dinfo->mmio_base_phys = pci_resource_start(pdev, mmio_bar); in intelfb_pci_register()
551 (unsigned long long)pci_resource_start(pdev, mmio_bar), in intelfb_pci_register()
552 (unsigned long long)pci_resource_len(pdev, mmio_bar)); in intelfb_pci_register()
/openbmc/linux/sound/soc/sof/intel/
H A Dbyt.c158 sdev->mmio_bar = DSP_BAR; in byt_acpi_probe()
H A Dhda.c681 sof_block_read(sdev, sdev->mmio_bar, offset, in hda_dsp_get_registers()
686 sof_block_read(sdev, sdev->mmio_bar, offset, stack, in hda_dsp_get_registers()
1203 sdev->mmio_bar = HDA_DSP_BAR; in hda_dsp_probe()
H A Dbdw.c451 sdev->mmio_bar = BDW_DSP_BAR; in bdw_probe()
/openbmc/linux/sound/soc/sof/imx/
H A Dimx8m.c217 sdev->mmio_bar = SOF_FW_BLK_TYPE_IRAM; in imx8m_probe()
H A Dimx8ulp.c227 sdev->mmio_bar = SOF_FW_BLK_TYPE_IRAM; in imx8ulp_probe()
H A Dimx8.c287 sdev->mmio_bar = SOF_FW_BLK_TYPE_IRAM; in imx8_probe()
/openbmc/qemu/hw/net/
H A Deepro100.c244 MemoryRegion mmio_bar; member
1862 memory_region_init_io(&s->mmio_bar, OBJECT(s), &eepro100_ops, s, in e100_nic_realize()
1864 pci_register_bar(&s->dev, 0, PCI_BASE_ADDRESS_MEM_PREFETCH, &s->mmio_bar); in e100_nic_realize()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgvt.h68 u32 mmio_bar; member
H A Dkvmgt.c1727 info->mmio_bar = 0; in init_device_info()
/openbmc/linux/sound/soc/sof/
H A Dops.h196 return sdev->mmio_bar; in snd_sof_dsp_get_bar_index()
H A Dsof-priv.h587 int mmio_bar; member
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c349 sdev->mmio_bar = SOF_FW_BLK_TYPE_SRAM; in mt8195_dsp_probe()
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c337 sdev->mmio_bar = SOF_FW_BLK_TYPE_SRAM; in mt8186_dsp_probe()