| /linux/sound/soc/intel/atom/sst/ |
| H A D | sst_pci.c | 50 ctx->ddr = pcim_iomap(pci, 0, 0); in sst_platform_get_resources() 60 ctx->shim = pcim_iomap(pci, 1, 0); in sst_platform_get_resources() 68 ctx->mailbox = pcim_iomap(pci, 2, 0); in sst_platform_get_resources() 77 ctx->iram = pcim_iomap(pci, 3, 0); in sst_platform_get_resources() 86 ctx->dram = pcim_iomap(pci, 4, 0); in sst_platform_get_resources()
|
| /linux/drivers/misc/pvpanic/ |
| H A D | pvpanic-pci.c | 30 base = pcim_iomap(pdev, 0, 0); in pvpanic_pci_probe()
|
| /linux/drivers/char/hw_random/ |
| H A D | cavium-rng.c | 34 rng->control_status = pcim_iomap(pdev, 0, 0); in cavium_rng_probe()
|
| H A D | cavium-rng-vf.c | 216 rng->result = pcim_iomap(pdev, 0, 0); in cavium_rng_probe_vf()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-pasemi-pci.c | 55 smbus->ioaddr = pcim_iomap(dev, 0, 0); in pasemi_smb_pci_probe()
|
| H A D | i2c-thunderx-pcidrv.c | 185 i2c->twsi_base = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in thunder_i2c_probe_pci()
|
| H A D | i2c-nvidia-gpu.c | 291 i2cd->regs = pcim_iomap(pdev, 0, 0); in gpu_i2c_probe()
|
| H A D | i2c-ismt.c | 944 priv->smba = pcim_iomap(pdev, SMBBAR, len); in ismt_probe()
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | pci.c | 89 if (!pcim_iomap(pdev, TH_PCI_CONFIG_BAR, 0)) in intel_th_pci_probe() 92 if (!pcim_iomap(pdev, TH_PCI_STH_SW_BAR, 0)) in intel_th_pci_probe()
|
| /linux/drivers/spi/ |
| H A D | spi-cavium-thunderx.c | 41 p->register_base = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in thunderx_spi_probe()
|
| H A D | spi-pci1xxxx.c | 261 spi_bus->dma_offset_bar = pcim_iomap(pdev, 2, pci_resource_len(pdev, 2)); in pci1xxxx_check_spi_can_dma() 851 spi_bus->reg_base = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in pci1xxxx_spi_probe()
|
| /linux/drivers/pci/ |
| H A D | devres.c | 538 void __iomem *pcim_iomap(struct pci_dev *pdev, int bar, unsigned long maxlen) in pcim_iomap() function 568 EXPORT_SYMBOL(pcim_iomap);
|
| /linux/drivers/net/can/sja1000/ |
| H A D | f81601.c | 136 card->addr = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in f81601_pci_probe()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | thunder_xcv.c | 179 xcv->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in xcv_probe()
|
| /linux/drivers/mmc/host/ |
| H A D | cavium-thunderx.c | 79 host->base = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in thunder_mmc_probe()
|
| /linux/drivers/misc/cardreader/ |
| H A D | alcor_pci.c | 137 priv->iobase = pcim_iomap(pdev, bar, 0); in alcor_pci_probe()
|
| /linux/drivers/ata/ |
| H A D | pata_cs5520.c | 164 iomap[4] = pcim_iomap(pdev, 2, 0); in cs5520_init_one()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pericom.c | 109 pericom->virt = pcim_iomap(pdev, bar, 0); in pericom8250_probe()
|
| H A D | 8250_lpss.c | 345 uart.port.membase = pcim_iomap(pdev, 0, 0); in lpss8250_probe()
|
| H A D | 8250_mid.c | 316 uart.port.membase = pcim_iomap(pdev, mid->board->bar, 0); in mid8250_probe()
|
| /linux/drivers/misc/rp1/ |
| H A D | rp1_pci.c | 218 rp1->bar1 = pcim_iomap(pdev, 1, 0); in rp1_probe()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-pci.c | 115 reg = pcim_iomap(pci, GP_RWBAR, 0); in dwc3_byt_enable_ulpi_refclock()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_main.c | 694 cptvf->reg_base = pcim_iomap(pdev, 0, 0); in cptvf_probe()
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 393 pcim_iomap() : do iomap() on a single BAR
|
| /linux/drivers/pci/controller/ |
| H A D | vmd.c | 1016 vmd->cfgbar = pcim_iomap(dev, VMD_CFGBAR, 0); in vmd_probe()
|