Home
last modified time | relevance | path

Searched refs:mmio_bar (Results 1 – 7 of 7) 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 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/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1707 info->mmio_bar = 0; in init_device_info()