Home
last modified time | relevance | path

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

/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()
/linux/sound/soc/sof/intel/
H A Dbyt.c155 sdev->mmio_bar = DSP_BAR; in byt_acpi_probe()
H A Dhda-dsp.c1583 sof_block_read(sdev, sdev->mmio_bar, offset, in hda_dsp_get_registers()
1588 sof_block_read(sdev, sdev->mmio_bar, offset, stack, in hda_dsp_get_registers()
H A Dbdw.c445 sdev->mmio_bar = BDW_DSP_BAR; in bdw_probe()
H A Dhda.c832 sdev->mmio_bar = HDA_DSP_BAR; in hda_dsp_probe()
/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c246 sdev->mmio_bar = SOF_FW_BLK_TYPE_SRAM; in mt8195_dsp_probe()
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c234 sdev->mmio_bar = SOF_FW_BLK_TYPE_SRAM; in mt8186_dsp_probe()
/linux/sound/soc/sof/
H A Dops.h208 return sdev->mmio_bar; in snd_sof_dsp_get_bar_index()
H A Dsof-priv.h606 int mmio_bar;
604 int mmio_bar; global() member
/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1707 info->mmio_bar = 0; in init_device_info()