pci_resource_start  156 arch/microblaze/pci/pci-common.c 	resource_size_t ioaddr = pci_resource_start(pdev, bar);
pci_resource_start   43 arch/mips/pci/ops-loongson3.c 		addr = pci_resource_start(rootdev, 3);
pci_resource_start  191 arch/powerpc/kernel/eeh_cache.c 		resource_size_t start = pci_resource_start(dev,i);
pci_resource_start  420 arch/powerpc/kernel/pci-common.c 	resource_size_t ioaddr = pci_resource_start(pdev, bar);
pci_resource_start  135 arch/x86/kernel/sysfb_efi.c 					start = pci_resource_start(dev, i);
pci_resource_start  462 arch/x86/pci/fixup.c 			       pci_resource_start(dev, 0));
pci_resource_start  464 arch/x86/pci/fixup.c 			       pci_resource_start(dev, 1));
pci_resource_start  307 arch/x86/pci/xen.c 			map_irq.table_base = pci_resource_start(dev, bir);
pci_resource_start   64 arch/x86/platform/scx200/scx200_32.c 		base = pci_resource_start(pdev, 0);
pci_resource_start   77 arch/xtensa/kernel/pci.c 	resource_size_t ioaddr = pci_resource_start(pdev, bar);
pci_resource_start  104 drivers/acpi/acpi_processor.c 			errata.piix4.bmisx = pci_resource_start(dev, 4);
pci_resource_start 1281 drivers/ata/ata_piix.c 	if (!pci_resource_start(pdev, AHCI_PCI_BAR) ||
pci_resource_start 1454 drivers/ata/ata_piix.c 	if (pci_resource_start(pdev, PIIX_SIDPR_BAR) == 0 ||
pci_resource_start  282 drivers/ata/libata-eh.c 	start = (unsigned long long)pci_resource_start(pdev, bar);
pci_resource_start 2200 drivers/ata/libata-sff.c 		if (pci_resource_start(pdev, port + i) == 0 ||
pci_resource_start 2271 drivers/ata/libata-sff.c 			(unsigned long long)pci_resource_start(pdev, base),
pci_resource_start 2272 drivers/ata/libata-sff.c 			(unsigned long long)pci_resource_start(pdev, base + 1));
pci_resource_start 3102 drivers/ata/libata-sff.c 	unsigned long bmdma = pci_resource_start(pdev, 4);
pci_resource_start 3145 drivers/ata/libata-sff.c 	if (pci_resource_start(pdev, 4) == 0) {
pci_resource_start 3181 drivers/ata/libata-sff.c 		    (unsigned long long)pci_resource_start(pdev, 4) + 8 * i);
pci_resource_start  402 drivers/ata/pata_artop.c 		unsigned long io = pci_resource_start(pdev, 4);
pci_resource_start  281 drivers/ata/pata_atp867x.c 		start = pci_resource_start(pdev, i);
pci_resource_start  281 drivers/ata/pata_cmd64x.c 	unsigned long base = pci_resource_start(pdev, 4);
pci_resource_start  298 drivers/ata/pata_cmd64x.c 	unsigned long base = pci_resource_start(pdev, 4);
pci_resource_start  705 drivers/ata/pata_hpt37x.c 	unsigned long io_base = pci_resource_start(pdev, 4);
pci_resource_start  714 drivers/ata/pata_hpt37x.c 		io_base = pci_resource_start(pdev_0, 4);
pci_resource_start  829 drivers/ata/pata_hpt37x.c 	unsigned long iobase = pci_resource_start(dev, 4);
pci_resource_start  415 drivers/ata/pata_hpt3x2n.c 	unsigned long iobase = pci_resource_start(pdev, 4);
pci_resource_start  499 drivers/ata/pata_hpt3x2n.c 	unsigned long iobase = pci_resource_start(dev, 4);
pci_resource_start 1187 drivers/ata/pata_legacy.c 			if (pci_resource_start(p, r) == 0x1f0)
pci_resource_start 1189 drivers/ata/pata_legacy.c 			if (pci_resource_start(p, r) == 0x170)
pci_resource_start 1295 drivers/ata/pata_macio.c 	rbase = pci_resource_start(pdev, 0);
pci_resource_start   50 drivers/ata/pata_pdc202xx_old.c 	unsigned long master	= pci_resource_start(pdev, 4);
pci_resource_start  272 drivers/ata/pata_sil680.c 		*try_mmio = (tmpbyte & 1) || pci_resource_start(pdev, 5);
pci_resource_start 2329 drivers/ata/sata_nv.c 		if (pci_resource_start(pdev, bar) == 0)
pci_resource_start  206 drivers/ata/sata_sis.c 	    ((pci_resource_start(pdev, SIS_SCR_PCI_BAR) == 0) ||
pci_resource_start  187 drivers/ata/sata_uli.c 			(unsigned long long)pci_resource_start(pdev, 0) + 8,
pci_resource_start  188 drivers/ata/sata_uli.c 			((unsigned long long)pci_resource_start(pdev, 1) | ATA_PCI_CTL_OFS) + 4,
pci_resource_start  189 drivers/ata/sata_uli.c 			(unsigned long long)pci_resource_start(pdev, 4) + 16);
pci_resource_start  202 drivers/ata/sata_uli.c 			(unsigned long long)pci_resource_start(pdev, 2) + 9,
pci_resource_start  203 drivers/ata/sata_uli.c 			((unsigned long long)pci_resource_start(pdev, 3) | ATA_PCI_CTL_OFS) + 4,
pci_resource_start  204 drivers/ata/sata_uli.c 			(unsigned long long)pci_resource_start(pdev, 4) + 24);
pci_resource_start  697 drivers/ata/sata_via.c 		if ((pci_resource_start(pdev, i) == 0) ||
pci_resource_start  702 drivers/ata/sata_via.c 				(unsigned long long)pci_resource_start(pdev, i),
pci_resource_start 2132 drivers/atm/ambassador.c       dev->iobase = pci_resource_start (pci_dev, 1);
pci_resource_start 2134 drivers/atm/ambassador.c       dev->membase = bus_to_virt(pci_resource_start(pci_dev, 0));
pci_resource_start 2202 drivers/atm/ambassador.c 		(unsigned long long)pci_resource_start(pci_dev, 1),
pci_resource_start 2203 drivers/atm/ambassador.c 		irq, bus_to_virt(pci_resource_start(pci_dev, 0)));
pci_resource_start 1717 drivers/atm/eni.c 	real_base = pci_resource_start(pci_dev, 0);
pci_resource_start 1668 drivers/atm/firestream.c 		(unsigned long long)pci_resource_start(pci_dev, 0),
pci_resource_start 1676 drivers/atm/firestream.c 	dev->hw_base = pci_resource_start(pci_dev, 0);
pci_resource_start 2641 drivers/atm/fore200e.c     fore200e->phys_base = pci_resource_start(pci_dev, 0);
pci_resource_start  990 drivers/atm/he.c 	membase = pci_resource_start(pci_dev, 0);
pci_resource_start 2654 drivers/atm/horizon.c 	u32 iobase = pci_resource_start (pci_dev, 0);
pci_resource_start 2655 drivers/atm/horizon.c 	u32 * membase = bus_to_virt (pci_resource_start (pci_dev, 1));
pci_resource_start 3625 drivers/atm/idt77252.c 	membase = pci_resource_start(pcidev, 1);
pci_resource_start 3626 drivers/atm/idt77252.c 	srambase = pci_resource_start(pcidev, 2);
pci_resource_start 2328 drivers/atm/iphase.c 	real_base = pci_resource_start (iadev->pci, 0);
pci_resource_start  390 drivers/atm/nicstar.c 	membase = pci_resource_start(pcidev, 1);
pci_resource_start 1198 drivers/atm/zatm.c 	zatm_dev->base = pci_resource_start(pci_dev, 0);
pci_resource_start 3217 drivers/block/skd_main.c 		skdev->mem_phys[i] = pci_resource_start(pdev, i);
pci_resource_start 3388 drivers/block/skd_main.c 		skdev->mem_phys[i] = pci_resource_start(pdev, i);
pci_resource_start 1443 drivers/block/sx8.c 	host->mmio = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 1525 drivers/block/sx8.c 	       (unsigned long long)pci_resource_start(pdev, 0),
pci_resource_start  809 drivers/block/umem.c 	csr_base = pci_resource_start(dev, 0);
pci_resource_start  218 drivers/char/agp/amd-k7-agp.c 		reg = pci_resource_start(agp_bridge->dev, AMD_MMBASE_BAR);
pci_resource_start  205 drivers/char/agp/ati-agp.c 	reg = pci_resource_start(agp_bridge->dev, ATI_GART_MMBASE_BAR);
pci_resource_start  184 drivers/char/agp/intel-gtt.c 	reg_addr = pci_resource_start(intel_private.pcidev, I810_MMADR_BAR);
pci_resource_start  793 drivers/char/agp/intel-gtt.c 	reg_addr = pci_resource_start(intel_private.pcidev, I810_MMADR_BAR);
pci_resource_start 1134 drivers/char/agp/intel-gtt.c 	reg_addr = pci_resource_start(intel_private.pcidev, I915_MMADR_BAR);
pci_resource_start 1143 drivers/char/agp/intel-gtt.c 			pci_resource_start(intel_private.pcidev, I915_PTE_BAR);
pci_resource_start  156 drivers/char/agp/nvidia-agp.c 	apbase_phys = pci_resource_start(agp_bridge->dev, AGP_APERTURE_BAR);
pci_resource_start  207 drivers/char/applicom.c 		RamIO = ioremap_nocache(pci_resource_start(dev, 0), LEN_RAM_IO);
pci_resource_start  212 drivers/char/applicom.c 				(unsigned long long)pci_resource_start(dev, 0));
pci_resource_start  219 drivers/char/applicom.c 			   (unsigned long long)pci_resource_start(dev, 0),
pci_resource_start  222 drivers/char/applicom.c 		boardno = ac_register_board(pci_resource_start(dev, 0),
pci_resource_start  103 drivers/char/hw_random/geode-rng.c 	rng_base = pci_resource_start(pdev, 0);
pci_resource_start  116 drivers/char/ipmi/ipmi_si_pci.c 	io.addr_data = pci_resource_start(pdev, 0);
pci_resource_start  479 drivers/crypto/cavium/nitrox/nitrox_main.c 	ndev->bar_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 2506 drivers/crypto/hifn_795x.c 		addr = pci_resource_start(pdev, i);
pci_resource_start 1430 drivers/crypto/hisilicon/qm.c 	qm->io_base = ioremap(pci_resource_start(pdev, PCI_BAR_2),
pci_resource_start  237 drivers/crypto/qat/qat_c3xxx/adf_drv.c 		bar->base_addr = pci_resource_start(pdev, bar_nr);
pci_resource_start  217 drivers/crypto/qat/qat_c3xxxvf/adf_drv.c 		bar->base_addr = pci_resource_start(pdev, bar_nr);
pci_resource_start  237 drivers/crypto/qat/qat_c62x/adf_drv.c 		bar->base_addr = pci_resource_start(pdev, bar_nr);
pci_resource_start  217 drivers/crypto/qat/qat_c62xvf/adf_drv.c 		bar->base_addr = pci_resource_start(pdev, bar_nr);
pci_resource_start  239 drivers/crypto/qat/qat_dh895xcc/adf_drv.c 		bar->base_addr = pci_resource_start(pdev, bar_nr);
pci_resource_start  217 drivers/crypto/qat/qat_dh895xccvf/adf_drv.c 		bar->base_addr = pci_resource_start(pdev, bar_nr);
pci_resource_start  743 drivers/edac/thunderx_edac.c 	lmc->node = FIELD_GET(THUNDERX_NODE, pci_resource_start(pdev, 0));
pci_resource_start  554 drivers/firewire/nosy.c 	lynx->registers = ioremap_nocache(pci_resource_start(dev, 0),
pci_resource_start  113 drivers/fpga/dfl-pci.c 		start = pci_resource_start(pcidev, 0);
pci_resource_start  144 drivers/fpga/dfl-pci.c 			start = pci_resource_start(pcidev, bar) + offset;
pci_resource_start  151 drivers/fpga/dfl-pci.c 		start = pci_resource_start(pcidev, 0);
pci_resource_start  181 drivers/gpio/gpio-bt8xx.c 	if (!devm_request_mem_region(&dev->dev, pci_resource_start(dev, 0),
pci_resource_start  185 drivers/gpio/gpio-bt8xx.c 		       (unsigned long long)pci_resource_start(dev, 0));
pci_resource_start  192 drivers/gpio/gpio-bt8xx.c 	bg->mmio = devm_ioremap(&dev->dev, pci_resource_start(dev, 0), 0x1000);
pci_resource_start  101 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c 	vram_base = pci_resource_start(adev->pdev, 0);
pci_resource_start  607 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	adev->doorbell.base = pci_resource_start(adev->pdev, 2);
pci_resource_start 2672 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		adev->rmmio_base = pci_resource_start(adev->pdev, 5);
pci_resource_start 2675 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		adev->rmmio_base = pci_resource_start(adev->pdev, 2);
pci_resource_start  612 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c 	adev->gmc.aper_base = pci_resource_start(adev->pdev, 0);
pci_resource_start  338 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 	adev->gmc.aper_base = pci_resource_start(adev->pdev, 0);
pci_resource_start  380 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 	adev->gmc.aper_base = pci_resource_start(adev->pdev, 0);
pci_resource_start  582 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 	adev->gmc.aper_base = pci_resource_start(adev->pdev, 0);
pci_resource_start 1080 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 	adev->gmc.aper_base = pci_resource_start(adev->pdev, 0);
pci_resource_start   78 drivers/gpu/drm/ast/ast_drv.c 	ap->ranges[0].base = pci_resource_start(pdev, 0);
pci_resource_start  491 drivers/gpu/drm/ast/ast_main.c 	dev->mode_config.fb_base = pci_resource_start(ast->dev->pdev, 0);
pci_resource_start   44 drivers/gpu/drm/ast/ast_ttm.c 		dev, pci_resource_start(dev->pdev, 0),
pci_resource_start   52 drivers/gpu/drm/ast/ast_ttm.c 	arch_io_reserve_memtype_wc(pci_resource_start(dev->pdev, 0),
pci_resource_start   54 drivers/gpu/drm/ast/ast_ttm.c 	ast->fb_mtrr = arch_phys_wc_add(pci_resource_start(dev->pdev, 0),
pci_resource_start   67 drivers/gpu/drm/ast/ast_ttm.c 	arch_io_free_memtype_wc(pci_resource_start(dev->pdev, 0),
pci_resource_start  122 drivers/gpu/drm/bochs/bochs_hw.c 		ioaddr = pci_resource_start(pdev, 2);
pci_resource_start  149 drivers/gpu/drm/bochs/bochs_hw.c 	addr = pci_resource_start(pdev, 0);
pci_resource_start  559 drivers/gpu/drm/cirrus/cirrus.c 	cirrus->vram = ioremap(pci_resource_start(pdev, 0),
pci_resource_start  564 drivers/gpu/drm/cirrus/cirrus.c 	cirrus->mmio = ioremap(pci_resource_start(pdev, 1),
pci_resource_start  416 drivers/gpu/drm/gma500/framebuffer.c 	info->fix.mmio_start = pci_resource_start(dev->pdev, 0);
pci_resource_start  448 drivers/gpu/drm/gma500/gtt.c 	pg->gtt_start = pci_resource_start(dev->pdev, PSB_GTT_RESOURCE);
pci_resource_start  458 drivers/gpu/drm/gma500/gtt.c 	pg->gatt_start = pci_resource_start(dev->pdev, PSB_GATT_RESOURCE);
pci_resource_start  707 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	hdmi_dev->mmio = pci_resource_start(pdev, 0);
pci_resource_start  235 drivers/gpu/drm/gma500/psb_drv.c 	resource_start = pci_resource_start(dev->pdev, PSB_MMIO_RESOURCE);
pci_resource_start  255 drivers/gpu/drm/gma500/psb_drv.c 			resource_start = pci_resource_start(dev_priv->aux_pdev,
pci_resource_start  216 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c 	ioaddr = pci_resource_start(pdev, 1);
pci_resource_start  224 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c 	addr = pci_resource_start(pdev, 0);
pci_resource_start   31 drivers/gpu/drm/hisilicon/hibmc/hibmc_ttm.c 				       pci_resource_start(dev->pdev, 0),
pci_resource_start  101 drivers/gpu/drm/i915/display/intel_lpe_audio.c 	rsc[1].start    = pci_resource_start(dev->pdev, 0) +
pci_resource_start  103 drivers/gpu/drm/i915/display/intel_lpe_audio.c 	rsc[1].end      = pci_resource_start(dev->pdev, 0) +
pci_resource_start 2845 drivers/gpu/drm/i915/i915_gem_gtt.c 	phys_addr = pci_resource_start(pdev, 0) + pci_resource_len(pdev, 0) / 2;
pci_resource_start 2991 drivers/gpu/drm/i915/i915_gem_gtt.c 		(struct resource) DEFINE_RES_MEM(pci_resource_start(pdev, 2),
pci_resource_start 3048 drivers/gpu/drm/i915/i915_gem_gtt.c 		(struct resource) DEFINE_RES_MEM(pci_resource_start(pdev, 2),
pci_resource_start  424 drivers/gpu/drm/mga/mga_dma.c 	dev_priv->mmio_base = pci_resource_start(dev->pdev, 1);
pci_resource_start   71 drivers/gpu/drm/mgag200/mgag200_main.c 	mdev->mc.vram_base = pci_resource_start(mdev->dev->pdev, 0);
pci_resource_start  107 drivers/gpu/drm/mgag200/mgag200_main.c 	mdev->rmmio_base = pci_resource_start(mdev->dev->pdev, 1);
pci_resource_start   39 drivers/gpu/drm/mgag200/mgag200_ttm.c 	vmm = drm_vram_helper_alloc_mm(dev, pci_resource_start(dev->pdev, 0),
pci_resource_start   48 drivers/gpu/drm/mgag200/mgag200_ttm.c 	arch_io_reserve_memtype_wc(pci_resource_start(dev->pdev, 0),
pci_resource_start   51 drivers/gpu/drm/mgag200/mgag200_ttm.c 	mdev->fb_mtrr = arch_phys_wc_add(pci_resource_start(dev->pdev, 0),
pci_resource_start   63 drivers/gpu/drm/mgag200/mgag200_ttm.c 	arch_io_free_memtype_wc(pci_resource_start(dev->pdev, 0),
pci_resource_start  329 drivers/gpu/drm/nouveau/dispnv04/hw.c 	iovram = ioremap(pci_resource_start(dev->pdev, 1), 65536);
pci_resource_start  706 drivers/gpu/drm/nouveau/nouveau_drm.c 	aper->ranges[0].base = pci_resource_start(pdev, 1);
pci_resource_start  711 drivers/gpu/drm/nouveau/nouveau_drm.c 		aper->ranges[aper->count].base = pci_resource_start(pdev, 2);
pci_resource_start  717 drivers/gpu/drm/nouveau/nouveau_drm.c 		aper->ranges[aper->count].base = pci_resource_start(pdev, 3);
pci_resource_start 1567 drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c 	return pci_resource_start(pdev->pdev, bar);
pci_resource_start  131 drivers/gpu/drm/qxl/qxl_kms.c 	qdev->rom_base = pci_resource_start(pdev, 2);
pci_resource_start  133 drivers/gpu/drm/qxl/qxl_kms.c 	qdev->vram_base = pci_resource_start(pdev, 0);
pci_resource_start  134 drivers/gpu/drm/qxl/qxl_kms.c 	qdev->io_base = pci_resource_start(pdev, 3);
pci_resource_start  146 drivers/gpu/drm/qxl/qxl_kms.c 		qdev->surfaceram_base = pci_resource_start(pdev, sb);
pci_resource_start  155 drivers/gpu/drm/qxl/qxl_kms.c 		qdev->surfaceram_base = pci_resource_start(pdev, sb);
pci_resource_start 5388 drivers/gpu/drm/radeon/cik.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start 3748 drivers/gpu/drm/radeon/evergreen.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start 2777 drivers/gpu/drm/radeon/r100.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start 1469 drivers/gpu/drm/radeon/r600.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start   60 drivers/gpu/drm/radeon/radeon_bios.c 	vram_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start  340 drivers/gpu/drm/radeon/radeon_device.c 	rdev->doorbell.base = pci_resource_start(rdev->pdev, 2);
pci_resource_start 1405 drivers/gpu/drm/radeon/radeon_device.c 		rdev->rmmio_base = pci_resource_start(rdev->pdev, 5);
pci_resource_start 1408 drivers/gpu/drm/radeon/radeon_device.c 		rdev->rmmio_base = pci_resource_start(rdev->pdev, 2);
pci_resource_start  877 drivers/gpu/drm/radeon/rs600.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start  161 drivers/gpu/drm/radeon/rs690.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start 1678 drivers/gpu/drm/radeon/rv770.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start 4254 drivers/gpu/drm/radeon/si.c 	rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0);
pci_resource_start  585 drivers/gpu/drm/savage/savage_bci.c 		fb_base = pci_resource_start(dev->pdev, 0);
pci_resource_start  609 drivers/gpu/drm/savage/savage_bci.c 		mmio_base = pci_resource_start(dev->pdev, 0);
pci_resource_start  611 drivers/gpu/drm/savage/savage_bci.c 		fb_base = pci_resource_start(dev->pdev, 1);
pci_resource_start  628 drivers/gpu/drm/savage/savage_bci.c 		mmio_base = pci_resource_start(dev->pdev, 0);
pci_resource_start  630 drivers/gpu/drm/savage/savage_bci.c 		fb_base = pci_resource_start(dev->pdev, 1);
pci_resource_start  633 drivers/gpu/drm/savage/savage_bci.c 		aperture_base = pci_resource_start(dev->pdev, 2);
pci_resource_start  102 drivers/gpu/drm/vboxvideo/vbox_fb.c 	info->apertures->ranges[0].base = pci_resource_start(pdev, 0);
pci_resource_start   19 drivers/gpu/drm/vboxvideo/vbox_ttm.c 	vmm = drm_vram_helper_alloc_mm(dev, pci_resource_start(dev->pdev, 0),
pci_resource_start   29 drivers/gpu/drm/vboxvideo/vbox_ttm.c 	vbox->fb_mtrr = drm_mtrr_add(pci_resource_start(dev->pdev, 0),
pci_resource_start   33 drivers/gpu/drm/vboxvideo/vbox_ttm.c 	vbox->fb_mtrr = arch_phys_wc_add(pci_resource_start(dev->pdev, 0),
pci_resource_start   43 drivers/gpu/drm/vboxvideo/vbox_ttm.c 		     pci_resource_start(vbox->ddev.pdev, 0),
pci_resource_start  655 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 	dev_priv->io_start = pci_resource_start(dev->pdev, 0);
pci_resource_start  656 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 	dev_priv->vram_start = pci_resource_start(dev->pdev, 1);
pci_resource_start  657 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 	dev_priv->mmio_start = pci_resource_start(dev->pdev, 2);
pci_resource_start 1490 drivers/gpu/vga/vgaarb.c 			start = pci_resource_start(vgadev->pdev, i);
pci_resource_start  157 drivers/i2c/busses/i2c-ali1535.c 		ali1535_smba = pci_resource_start(dev, 0) + ali1535_offset;
pci_resource_start  435 drivers/i2c/busses/i2c-amd8111.c 	smbus->base = pci_resource_start(dev, 0);
pci_resource_start  105 drivers/i2c/busses/i2c-hydra.c 	unsigned long base = pci_resource_start(dev, 0);
pci_resource_start  134 drivers/i2c/busses/i2c-hydra.c 	release_mem_region(pci_resource_start(dev, 0)+
pci_resource_start 1786 drivers/i2c/busses/i2c-i801.c 	priv->smba = pci_resource_start(dev, SMBBAR);
pci_resource_start  876 drivers/i2c/busses/i2c-ismt.c 	start = pci_resource_start(pdev, SMBBAR);
pci_resource_start  323 drivers/i2c/busses/i2c-nforce2.c 	smbus->base = pci_resource_start(dev, bar);
pci_resource_start  345 drivers/i2c/busses/i2c-pasemi.c 	smbus->base = pci_resource_start(dev, 0);
pci_resource_start   37 drivers/i2c/busses/i2c-pxa-pci.c 	res[0].start = pci_resource_start(dev, bar);
pci_resource_start  259 drivers/i2c/busses/i2c-sis96x.c 	sis96x_smbus_base = pci_resource_start(dev, SIS96x_BAR);
pci_resource_start  275 drivers/ide/aec62xx.c 		unsigned long dma_base = pci_resource_start(dev, 4);
pci_resource_start  194 drivers/ide/cmd64x.c 	unsigned long base	= pci_resource_start(dev, 4);
pci_resource_start  221 drivers/ide/cmd64x.c 	unsigned long base	= pci_resource_start(dev, 4);
pci_resource_start  142 drivers/ide/cs5530.c 	if (pci_resource_start(dev, 4) == 0)
pci_resource_start   51 drivers/ide/delkin_cb.c 	unsigned long base = pci_resource_start(dev, 0);
pci_resource_start   92 drivers/ide/delkin_cb.c 	base = pci_resource_start(dev, 0);
pci_resource_start  908 drivers/ide/hpt366.c 	unsigned long io_base	= pci_resource_start(dev, 4);
pci_resource_start  967 drivers/ide/hpt366.c 			unsigned long io_base = pci_resource_start(dev1, 4);
pci_resource_start   50 drivers/ide/ide-generic.c 		if (pci_resource_start(p, 0) == 0x1f0)
pci_resource_start   52 drivers/ide/ide-generic.c 		if (pci_resource_start(p, 2) == 0x170)
pci_resource_start  106 drivers/ide/ns87415.c 	dma_stat = (pci_resource_start(pdev, 4) & ~3) + (!port ? 2 : 0xa);
pci_resource_start  301 drivers/ide/pdc202xx_new.c 	unsigned long dma_base = pci_resource_start(dev, 4);
pci_resource_start   89 drivers/ide/pdc202xx_old.c 	unsigned long high_16	= pci_resource_start(dev, 4);
pci_resource_start  188 drivers/ide/pdc202xx_old.c 	unsigned long dmabase = pci_resource_start(dev, 4);
pci_resource_start 1289 drivers/ide/pmac.c 	rbase = pci_resource_start(pdev, 0);
pci_resource_start  412 drivers/ide/serverworks.c 			if (pci_resource_start(dev, 0) != 0x01f1)
pci_resource_start   93 drivers/ide/setup-pci.c 		dma_base = pci_resource_start(dev, baridx);
pci_resource_start  322 drivers/ide/setup-pci.c 		ctl  = pci_resource_start(dev, 2*port+1);
pci_resource_start  323 drivers/ide/setup-pci.c 		base = pci_resource_start(dev, 2*port);
pci_resource_start  739 drivers/ide/siimage.c 	resource_size_t bar5 = pci_resource_start(dev, 5);
pci_resource_start  800 drivers/ide/siimage.c 		resource_size_t bar5 = pci_resource_start(dev, 5);
pci_resource_start  137 drivers/ide/tc86c001.c 	unsigned long sc_base = pci_resource_start(dev, 5);
pci_resource_start  150 drivers/ide/tc86c001.c 	unsigned long sc_base	= pci_resource_start(dev, 5);
pci_resource_start  237 drivers/ide/trm290.c 	unsigned int  cfg_base	= pci_resource_start(dev, 4);
pci_resource_start  439 drivers/infiniband/hw/bnxt_re/qplib_fp.c 	nq_base = pci_resource_start(pdev, nq->bar_reg);
pci_resource_start  713 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	res_base = pci_resource_start(pdev, rcfw->cmdq_bar_reg);
pci_resource_start  733 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	res_base = pci_resource_start(pdev, rcfw->creq_bar_reg);
pci_resource_start  694 drivers/infiniband/hw/bnxt_re/qplib_res.c 	bar_reg_base = pci_resource_start(res->pdev, dbr_bar_reg);
pci_resource_start 1014 drivers/infiniband/hw/cxgb4/device.c 	devp->rdev.bar2_pa = pci_resource_start(devp->rdev.lldi.pdev, 2);
pci_resource_start 1025 drivers/infiniband/hw/cxgb4/device.c 			pci_resource_start(devp->rdev.lldi.pdev, 2) +
pci_resource_start  149 drivers/infiniband/hw/cxgb4/provider.c 	if ((addr >= pci_resource_start(rdev->lldi.pdev, 0)) &&
pci_resource_start  150 drivers/infiniband/hw/cxgb4/provider.c 	    (addr < (pci_resource_start(rdev->lldi.pdev, 0) +
pci_resource_start  160 drivers/infiniband/hw/cxgb4/provider.c 	} else if ((addr >= pci_resource_start(rdev->lldi.pdev, 2)) &&
pci_resource_start  161 drivers/infiniband/hw/cxgb4/provider.c 		   (addr < (pci_resource_start(rdev->lldi.pdev, 2) +
pci_resource_start 2316 drivers/infiniband/hw/cxgb4/qp.c 				(pci_resource_start(rhp->rdev.lldi.pdev, 0) +
pci_resource_start  161 drivers/infiniband/hw/efa/efa_main.c 	dev->db_bar_addr = pci_resource_start(dev->pdev, db_bar_idx);
pci_resource_start  424 drivers/infiniband/hw/efa/efa_main.c 	dev->reg_bar_addr = pci_resource_start(pdev, EFA_REG_BAR);
pci_resource_start  426 drivers/infiniband/hw/efa/efa_main.c 	dev->mem_bar_addr = pci_resource_start(pdev, EFA_MEM_BAR);
pci_resource_start  150 drivers/infiniband/hw/hfi1/pcie.c 	addr = pci_resource_start(pdev, 0);
pci_resource_start  116 drivers/infiniband/hw/hns/hns_roce_pd.c 		uar->pfn = ((pci_resource_start(hr_dev->pci_dev, 2))
pci_resource_start 1577 drivers/infiniband/hw/i40iw/i40iw_main.c 		iwdev->db_start = pci_resource_start(ldev->pcidev, 0) + I40IW_DB_ADDR_OFFSET;
pci_resource_start 1579 drivers/infiniband/hw/i40iw/i40iw_main.c 		iwdev->db_start = pci_resource_start(ldev->pcidev, 0) + I40IW_VF_DB_ADDR_OFFSET;
pci_resource_start  201 drivers/infiniband/hw/i40iw/i40iw_verbs.c 			       vma->vm_pgoff + (pci_resource_start(ucontext->iwdev->ldev->pcidev, 0) >> PAGE_SHIFT),
pci_resource_start 1182 drivers/infiniband/hw/mlx4/main.c 			(pci_resource_start(dev->dev->persist->pdev,
pci_resource_start 2302 drivers/infiniband/hw/mlx5/main.c 	page_idx = (dm->dev_addr - pci_resource_start(dm_db->dev->pdev, 0) -
pci_resource_start 2438 drivers/infiniband/hw/mlx5/main.c 		page_idx = (dm->dev_addr - pci_resource_start(dev->pdev, 0) -
pci_resource_start 1233 drivers/infiniband/hw/mlx5/mr.c 		start_addr -= pci_resource_start(dev->pdev, 0);
pci_resource_start  347 drivers/infiniband/hw/mthca/mthca_av.c 		dev->av_table.av_map = ioremap(pci_resource_start(dev->pdev, 4) +
pci_resource_start  155 drivers/infiniband/hw/mthca/mthca_catas.c 	addr = pci_resource_start(dev->pdev, 0) +
pci_resource_start  528 drivers/infiniband/hw/mthca/mthca_cmd.c 	dev->hcr = ioremap(pci_resource_start(dev->pdev, 0) + MTHCA_HCR_BASE,
pci_resource_start  767 drivers/infiniband/hw/mthca/mthca_cmd.c 	addr = pci_resource_start(dev->pdev, 2) +
pci_resource_start  646 drivers/infiniband/hw/mthca/mthca_eq.c 	phys_addr_t base = pci_resource_start(dev->pdev, 0);
pci_resource_start  873 drivers/infiniband/hw/mthca/mthca_mr.c 		addr = pci_resource_start(dev->pdev, 4) +
pci_resource_start  886 drivers/infiniband/hw/mthca/mthca_mr.c 		addr = pci_resource_start(dev->pdev, 4) +
pci_resource_start  144 drivers/infiniband/hw/mthca/mthca_reset.c 		void __iomem *reset = ioremap(pci_resource_start(mdev->pdev, 0) +
pci_resource_start   44 drivers/infiniband/hw/mthca/mthca_uar.c 	uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;
pci_resource_start  145 drivers/infiniband/hw/qib/qib_pcie.c 	addr = pci_resource_start(pdev, 0);
pci_resource_start   58 drivers/infiniband/hw/qib/qib_wc_x86_64.c 	const unsigned long addr = pci_resource_start(dd->pcidev, 0);
pci_resource_start  368 drivers/infiniband/hw/usnic/usnic_vnic.c 		vnic->bar[i].bus_addr = pci_resource_start(pdev, i);
pci_resource_start  109 drivers/infiniband/hw/vmw_pvrdma/pvrdma_doorbell.c 	uar->pfn = (pci_resource_start(dev->pdev, PVRDMA_PCI_RESOURCE_UAR) >>
pci_resource_start  820 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		(unsigned long long)pci_resource_start(pdev, 0));
pci_resource_start  826 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		(unsigned long long)pci_resource_start(pdev, 1));
pci_resource_start  861 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 	start = pci_resource_start(dev->pdev, PVRDMA_PCI_RESOURCE_REG);
pci_resource_start  873 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		pci_resource_start(dev->pdev, PVRDMA_PCI_RESOURCE_UAR) >>
pci_resource_start   61 drivers/input/gameport/emu10k1-gp.c 	emu->io = pci_resource_start(pdev, 0);
pci_resource_start   90 drivers/input/gameport/fm801-gp.c 	port->io = pci_resource_start(pci, 0);
pci_resource_start  158 drivers/input/serio/pcips2.c 	ps2if->base		= pci_resource_start(dev, 0);
pci_resource_start  301 drivers/ipack/carriers/tpci200.c 		ioremap_nocache(pci_resource_start(tpci200->info->pdev,
pci_resource_start  316 drivers/ipack/carriers/tpci200.c 	ioidint_base = pci_resource_start(tpci200->info->pdev,
pci_resource_start  323 drivers/ipack/carriers/tpci200.c 		pci_resource_start(tpci200->info->pdev,
pci_resource_start  326 drivers/ipack/carriers/tpci200.c 		pci_resource_start(tpci200->info->pdev,
pci_resource_start  546 drivers/ipack/carriers/tpci200.c 			pci_resource_start(pdev, TPCI200_CFG_MEM_BAR),
pci_resource_start 1111 drivers/isdn/hardware/mISDN/avmfritz.c 	card->addr = pci_resource_start(pdev, 1);
pci_resource_start  656 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->cfg.start = pci_resource_start(hw->pdev, hw->ci->cfg_bar);
pci_resource_start  683 drivers/isdn/hardware/mISDN/mISDNinfineon.c 		hw->addr.start = pci_resource_start(hw->pdev, hw->ci->addr_bar);
pci_resource_start  983 drivers/isdn/hardware/mISDN/netjet.c 	card->base = pci_resource_start(card->pdev, 0);
pci_resource_start 1102 drivers/isdn/hardware/mISDN/netjet.c 	card->base = pci_resource_start(pdev, 0);
pci_resource_start  461 drivers/isdn/hardware/mISDN/speedfax.c 	card->cfg = pci_resource_start(pdev, 0);
pci_resource_start 1360 drivers/isdn/hardware/mISDN/w6692.c 	card->addr = pci_resource_start(pdev, 1);
pci_resource_start  407 drivers/macintosh/macio_asic.c 			(unsigned int)pci_resource_start(chip->lbus.pdev, 0),
pci_resource_start   48 drivers/mcb/mcb-pci.c 	priv->mapbase = pci_resource_start(pdev, 0);
pci_resource_start  380 drivers/media/common/saa7146/saa7146_core.c 	dev->mem = ioremap(pci_resource_start(pci, 0),
pci_resource_start  426 drivers/media/pci/bt8xx/bt878.c 	bt->bt878_adr = pci_resource_start(dev, 0);
pci_resource_start  427 drivers/media/pci/bt8xx/bt878.c 	if (!request_mem_region(pci_resource_start(dev, 0),
pci_resource_start  485 drivers/media/pci/bt8xx/bt878.c 	release_mem_region(pci_resource_start(bt->dev, 0),
pci_resource_start  518 drivers/media/pci/bt8xx/bt878.c 	release_mem_region(pci_resource_start(bt->dev, 0),
pci_resource_start 4022 drivers/media/pci/bt8xx/bttv-driver.c 	if (!request_mem_region(pci_resource_start(dev,0),
pci_resource_start 4027 drivers/media/pci/bt8xx/bttv-driver.c 			(unsigned long long)pci_resource_start(dev, 0));
pci_resource_start 4048 drivers/media/pci/bt8xx/bttv-driver.c 		(unsigned long long)pci_resource_start(dev, 0));
pci_resource_start 4051 drivers/media/pci/bt8xx/bttv-driver.c 	btv->bt848_mmio = ioremap(pci_resource_start(dev, 0), 0x1000);
pci_resource_start 4211 drivers/media/pci/bt8xx/bttv-driver.c 	release_mem_region(pci_resource_start(btv->c.pci,0),
pci_resource_start 4255 drivers/media/pci/bt8xx/bttv-driver.c 	release_mem_region(pci_resource_start(btv->c.pci,0),
pci_resource_start  718 drivers/media/pci/cx18/cx18-driver.c 	cx->base_addr = pci_resource_start(cx->pci_dev, 0);
pci_resource_start  720 drivers/media/pci/cx23885/cx23885-core.c 	if (request_mem_region(pci_resource_start(dev->pci, 0),
pci_resource_start  726 drivers/media/pci/cx23885/cx23885-core.c 	       dev->name, (unsigned long long)pci_resource_start(dev->pci, 0));
pci_resource_start  993 drivers/media/pci/cx23885/cx23885-core.c 	dev->lmmio = ioremap(pci_resource_start(dev->pci, 0),
pci_resource_start 1103 drivers/media/pci/cx23885/cx23885-core.c 	release_mem_region(pci_resource_start(dev->pci, 0),
pci_resource_start 2147 drivers/media/pci/cx23885/cx23885-core.c 		(unsigned long long)pci_resource_start(pci_dev, 0));
pci_resource_start  728 drivers/media/pci/cx25821/cx25821-alsa.c 	chip->iobase = pci_resource_start(dev->pci, 0);
pci_resource_start  821 drivers/media/pci/cx25821/cx25821-core.c 	if (request_mem_region(pci_resource_start(dev->pci, 0),
pci_resource_start  826 drivers/media/pci/cx25821/cx25821-core.c 		dev->name, (unsigned long long)pci_resource_start(dev->pci, 0));
pci_resource_start  907 drivers/media/pci/cx25821/cx25821-core.c 	dev->base_io_addr = pci_resource_start(dev->pci, 0);
pci_resource_start  903 drivers/media/pci/cx88/cx88-alsa.c 		pci_lat, (unsigned long long)pci_resource_start(pci, 0));
pci_resource_start  966 drivers/media/pci/cx88/cx88-alsa.c 		(unsigned long long)pci_resource_start(pci, 0));
pci_resource_start 3640 drivers/media/pci/cx88/cx88-cards.c 	if (request_mem_region(pci_resource_start(pci, 0),
pci_resource_start 3646 drivers/media/pci/cx88/cx88-cards.c 	       (unsigned long long)pci_resource_start(pci, 0),
pci_resource_start 3716 drivers/media/pci/cx88/cx88-cards.c 	core->lmmio = ioremap(pci_resource_start(pci, 0),
pci_resource_start 3721 drivers/media/pci/cx88/cx88-cards.c 		release_mem_region(pci_resource_start(pci, 0),
pci_resource_start 1064 drivers/media/pci/cx88/cx88-core.c 	release_mem_region(pci_resource_start(pci, 0),
pci_resource_start  400 drivers/media/pci/cx88/cx88-mpeg.c 		(unsigned long long)pci_resource_start(dev->pci, 0));
pci_resource_start 1290 drivers/media/pci/cx88/cx88-video.c 		(unsigned long long)pci_resource_start(pci_dev, 0));
pci_resource_start  210 drivers/media/pci/ddbridge/ddbridge-main.c 	dev->regs = ioremap(pci_resource_start(dev->pdev, 0),
pci_resource_start  743 drivers/media/pci/ivtv/ivtv-driver.c 	itv->base_addr = pci_resource_start(itv->pdev, 0);
pci_resource_start   67 drivers/media/pci/mantis/mantis_pci.c 	if (!request_mem_region(pci_resource_start(pdev, 0),
pci_resource_start   76 drivers/media/pci/mantis/mantis_pci.c 	mantis->mmio = ioremap(pci_resource_start(pdev, 0),
pci_resource_start  125 drivers/media/pci/mantis/mantis_pci.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start  146 drivers/media/pci/mantis/mantis_pci.c 		release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start 1643 drivers/media/pci/meye/meye.c 	mchip_adr = pci_resource_start(meye.mchip_dev,0);
pci_resource_start 1648 drivers/media/pci/meye/meye.c 	if (!request_mem_region(pci_resource_start(meye.mchip_dev, 0),
pci_resource_start 1733 drivers/media/pci/meye/meye.c 	release_mem_region(pci_resource_start(meye.mchip_dev, 0),
pci_resource_start 1764 drivers/media/pci/meye/meye.c 	release_mem_region(pci_resource_start(meye.mchip_dev, 0),
pci_resource_start  732 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	if (!request_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  737 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 			(unsigned long long)pci_resource_start(pci_dev, 0));
pci_resource_start  740 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	if (!request_mem_region(pci_resource_start(pci_dev, 1),
pci_resource_start  745 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 			(unsigned long long)pci_resource_start(pci_dev, 1));
pci_resource_start  746 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 		release_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  863 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	ndev->lmmio0 = ioremap(pci_resource_start(pci_dev, 0),
pci_resource_start  870 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	ndev->lmmio1 = ioremap(pci_resource_start(pci_dev, 1),
pci_resource_start  955 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	release_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  957 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	release_mem_region(pci_resource_start(pci_dev, 1),
pci_resource_start  994 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	release_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  996 drivers/media/pci/netup_unidvb/netup_unidvb_core.c 	release_mem_region(pci_resource_start(pci_dev, 1),
pci_resource_start 1171 drivers/media/pci/ngene/ngene-core.c 	dev->iomem = ioremap(pci_resource_start(dev->pci_dev, 0),
pci_resource_start 1147 drivers/media/pci/saa7134/saa7134-alsa.c 	chip->iobase = pci_resource_start(dev->pci, 0);
pci_resource_start 1095 drivers/media/pci/saa7134/saa7134-core.c 		(unsigned long long)pci_resource_start(pci_dev, 0));
pci_resource_start 1128 drivers/media/pci/saa7134/saa7134-core.c 	if (!request_mem_region(pci_resource_start(pci_dev,0),
pci_resource_start 1133 drivers/media/pci/saa7134/saa7134-core.c 		       dev->name,(unsigned long long)pci_resource_start(pci_dev,0));
pci_resource_start 1136 drivers/media/pci/saa7134/saa7134-core.c 	dev->lmmio = ioremap(pci_resource_start(pci_dev, 0),
pci_resource_start 1296 drivers/media/pci/saa7134/saa7134-core.c 	release_mem_region(pci_resource_start(pci_dev,0),
pci_resource_start 1362 drivers/media/pci/saa7134/saa7134-core.c 	release_mem_region(pci_resource_start(pci_dev,0),
pci_resource_start  879 drivers/media/pci/saa7164/saa7164-core.c 	if (request_mem_region(pci_resource_start(dev->pci, 0),
pci_resource_start  882 drivers/media/pci/saa7164/saa7164-core.c 		if (request_mem_region(pci_resource_start(dev->pci, 2),
pci_resource_start  889 drivers/media/pci/saa7164/saa7164-core.c 		(u64)pci_resource_start(dev->pci, 0),
pci_resource_start  890 drivers/media/pci/saa7164/saa7164-core.c 		(u64)pci_resource_start(dev->pci, 2));
pci_resource_start 1004 drivers/media/pci/saa7164/saa7164-core.c 	dev->lmmio = ioremap(pci_resource_start(dev->pci, 0),
pci_resource_start 1007 drivers/media/pci/saa7164/saa7164-core.c 	dev->lmmio2 = ioremap(pci_resource_start(dev->pci, 2),
pci_resource_start 1033 drivers/media/pci/saa7164/saa7164-core.c 	release_mem_region(pci_resource_start(dev->pci, 0),
pci_resource_start 1036 drivers/media/pci/saa7164/saa7164-core.c 	release_mem_region(pci_resource_start(dev->pci, 2),
pci_resource_start 1240 drivers/media/pci/saa7164/saa7164-core.c 		(unsigned long long)pci_resource_start(pci_dev, 0));
pci_resource_start  958 drivers/media/pci/smipcie/smipcie-main.c 	dev->lmmio = ioremap(pci_resource_start(dev->pci_dev, 0),
pci_resource_start 1032 drivers/media/pci/sta2x11/sta2x11_vip.c 		(unsigned long)pci_resource_start(pdev, 0),
pci_resource_start  336 drivers/media/pci/tw5864/tw5864-core.c 	release_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  249 drivers/media/pci/tw68/tw68-core.c 		dev->pci_lat, (u64)pci_resource_start(pci_dev, 0));
pci_resource_start  277 drivers/media/pci/tw68/tw68-core.c 	if (!request_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  283 drivers/media/pci/tw68/tw68-core.c 			(unsigned long long)pci_resource_start(pci_dev, 0));
pci_resource_start  286 drivers/media/pci/tw68/tw68-core.c 	dev->lmmio = ioremap(pci_resource_start(pci_dev, 0),
pci_resource_start  333 drivers/media/pci/tw68/tw68-core.c 	release_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  356 drivers/media/pci/tw68/tw68-core.c 	release_mem_region(pci_resource_start(pci_dev, 0),
pci_resource_start  269 drivers/media/pci/tw686x/tw686x-core.c 		(unsigned long)pci_resource_start(pci_dev, 0),
pci_resource_start  152 drivers/media/radio/radio-maxiradio.c 	if (!request_region(pci_resource_start(pdev, 0),
pci_resource_start  161 drivers/media/radio/radio-maxiradio.c 	dev->io = pci_resource_start(pdev, 0);
pci_resource_start  169 drivers/media/radio/radio-maxiradio.c 	release_region(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
pci_resource_start  186 drivers/media/radio/radio-maxiradio.c 	release_region(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
pci_resource_start  876 drivers/memstick/host/jmb38x_ms.c 	host->addr = ioremap(pci_resource_start(jm->pdev, cnt),
pci_resource_start 1711 drivers/message/fusion/mptbase.c 			port = pci_resource_start(pdev, ii);
pci_resource_start 1717 drivers/message/fusion/mptbase.c 			mem_phys = pci_resource_start(pdev, ii);
pci_resource_start 2438 drivers/message/fusion/mptctl.c 	karg.base_io_addr = pci_resource_start(pdev, 0);
pci_resource_start  123 drivers/mfd/cs5535-mfd.c 		r->start = pci_resource_start(pdev, bar);
pci_resource_start  166 drivers/mfd/intel_quark_i2c_gpio.c 		pci_resource_start(pdev, MFD_I2C_BAR);
pci_resource_start  197 drivers/mfd/intel_quark_i2c_gpio.c 		pci_resource_start(pdev, MFD_GPIO_BAR);
pci_resource_start  658 drivers/mfd/timberdale.c 	mapbase = pci_resource_start(dev, 0);
pci_resource_start 1488 drivers/misc/cardreader/rtsx_pcr.c 	base = pci_resource_start(pcidev, bar);
pci_resource_start  133 drivers/misc/cxl/pci.c 	return pci_resource_start(dev, 2);
pci_resource_start  143 drivers/misc/cxl/pci.c 	return pci_resource_start(dev, 0);
pci_resource_start  190 drivers/misc/cxl/pci.c 		pci_resource_start(dev, 4), pci_resource_len(dev, 4));
pci_resource_start  199 drivers/misc/mic/host/mic_main.c 	mdev->mmio.pa = pci_resource_start(pdev, mdev->ops->mmio_bar);
pci_resource_start  208 drivers/misc/mic/host/mic_main.c 	mdev->aper.pa = pci_resource_start(pdev, mdev->ops->aper_bar);
pci_resource_start  178 drivers/misc/ocxl/core.c 		pci_resource_start(pci_dev, afu->config.global_mmio_bar) +
pci_resource_start  181 drivers/misc/ocxl/core.c 		pci_resource_start(pci_dev, afu->config.pp_mmio_bar) +
pci_resource_start  826 drivers/misc/pti.c 	drv_data->pti_addr = pci_resource_start(pdev, pci_bar);
pci_resource_start  656 drivers/mmc/host/toshsd.c 	base = pci_resource_start(pdev, 0);
pci_resource_start 1108 drivers/mmc/host/via-sdmmc.c 	base = pci_resource_start(pcidev, 0);
pci_resource_start  559 drivers/mtd/devices/pmc551.c 		(unsigned long long)pci_resource_start(dev, 0));
pci_resource_start  691 drivers/mtd/devices/pmc551.c 			(unsigned long long)pci_resource_start(PCI_Device, 0));
pci_resource_start  125 drivers/mtd/maps/intel_vr_nor.c 	csr_phys = pci_resource_start(p->dev, EXP_CSR_MBAR);
pci_resource_start  127 drivers/mtd/maps/intel_vr_nor.c 	win_phys = pci_resource_start(p->dev, EXP_WIN_MBAR);
pci_resource_start   97 drivers/mtd/maps/pci.c 	map->base         = ioremap_nocache(pci_resource_start(dev, 0),
pci_resource_start  160 drivers/mtd/maps/pci.c 	base = pci_resource_start(dev, PCI_ROM_RESOURCE);
pci_resource_start  167 drivers/mtd/maps/pci.c 		base = pci_resource_start(dev, 2);
pci_resource_start   49 drivers/mtd/nand/raw/denali_pci.c 		mem_base = pci_resource_start(dev, 0);
pci_resource_start   51 drivers/mtd/nand/raw/denali_pci.c 		csr_base = pci_resource_start(dev, 1);
pci_resource_start   54 drivers/mtd/nand/raw/denali_pci.c 		csr_base = pci_resource_start(dev, 0);
pci_resource_start   56 drivers/mtd/nand/raw/denali_pci.c 		mem_base = pci_resource_start(dev, 1);
pci_resource_start  122 drivers/mtd/nand/raw/pasemi_nand.c 	lpcctl = pci_resource_start(pdev, 0);
pci_resource_start  145 drivers/net/arcnet/com20020-pci.c 		ioaddr = pci_resource_start(pdev, mm->bar) + mm->offset;
pci_resource_start  173 drivers/net/arcnet/com20020-pci.c 		ioaddr = pci_resource_start(pdev, cm->bar) + cm->offset;
pci_resource_start 1327 drivers/net/ethernet/3com/3c59x.c 				(unsigned long long)pci_resource_start(pdev, 2),
pci_resource_start 2468 drivers/net/ethernet/3com/typhoon.c 		    (unsigned long long)pci_resource_start(pdev, use_mmio),
pci_resource_start  243 drivers/net/ethernet/8390/ne2k-pci.c 	ioaddr = pci_resource_start (pdev, 0);
pci_resource_start  667 drivers/net/ethernet/adaptec/starfire.c 	ioaddr = pci_resource_start(pdev, 0);
pci_resource_start 1794 drivers/net/ethernet/alacritech/slicoss.c 	sdev->regs = ioremap_nocache(pci_resource_start(pdev, 0),
pci_resource_start  519 drivers/net/ethernet/alteon/acenic.c 	dev->base_addr = pci_resource_start(pdev, 0);
pci_resource_start 3223 drivers/net/ethernet/amazon/ena/ena_netdev.c 					   pci_resource_start(pdev, ENA_MEM_BAR),
pci_resource_start 3472 drivers/net/ethernet/amazon/ena/ena_netdev.c 					pci_resource_start(pdev, ENA_REG_BAR),
pci_resource_start 3619 drivers/net/ethernet/amazon/ena/ena_netdev.c 		 DEVICE_NAME, (long)pci_resource_start(pdev, 0),
pci_resource_start 1793 drivers/net/ethernet/amd/amd8111e.c 	reg_addr = pci_resource_start(pdev, 0);
pci_resource_start 1551 drivers/net/ethernet/amd/pcnet32.c 	ioaddr = pci_resource_start(pdev, 0);
pci_resource_start  243 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c 			mmio_pa = pci_resource_start(pdev, bar);
pci_resource_start 2587 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	adapter->hw.hw_addr = ioremap(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
pci_resource_start 1368 drivers/net/ethernet/atheros/atlx/atl2.c 	mmio_start = pci_resource_start(pdev, 0x0);
pci_resource_start 8628 drivers/net/ethernet/broadcom/bnx2.c 		    bnx2_bus_string(bp, str), (long)pci_resource_start(pdev, 0),
pci_resource_start 13252 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	dev->mem_start = pci_resource_start(pdev, 0);
pci_resource_start 14056 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		bp->doorbells = ioremap_nocache(pci_resource_start(pdev, 2),
pci_resource_start 1076 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 		u64 start = pci_resource_start(dev, PCI_IOV_RESOURCES + i);
pci_resource_start 11892 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		    (long)pci_resource_start(pdev, 0), dev->dev_addr);
pci_resource_start 1103 drivers/net/ethernet/broadcom/cnic.c 	uinfo->mem[0].addr = pci_resource_start(dev->pcidev, 0);
pci_resource_start 3478 drivers/net/ethernet/brocade/bna/bnad.c 	bnad->mmio_start = pci_resource_start(pdev, 0);
pci_resource_start   48 drivers/net/ethernet/cadence/macb_pci.c 	res[0].start = pci_resource_start(pdev, 0);
pci_resource_start  121 drivers/net/ethernet/cavium/liquidio/octeon_main.h 	oct->mmio[baridx].start = pci_resource_start(oct->pci_dev, baridx * 2);
pci_resource_start  611 drivers/net/ethernet/cavium/thunder/nic.h 	u64 addr = pci_resource_start(pdev, PCI_CFG_REG_BAR_NUM);
pci_resource_start 1629 drivers/net/ethernet/cavium/thunder/thunder_bgx.c 		bgx->bgx_id = (pci_resource_start(pdev,
pci_resource_start 1023 drivers/net/ethernet/chelsio/cxgb/cxgb2.c 	mmio_start = pci_resource_start(pdev, 0);
pci_resource_start 3252 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	mmio_start = pci_resource_start(pdev, 0);
pci_resource_start  284 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		rdma->udbell_physbase = pci_resource_start(pdev, 2);
pci_resource_start 5829 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		adapter->bar2 = ioremap_wc(pci_resource_start(pdev, 2),
pci_resource_start 3040 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		adapter->bar2 = ioremap_wc(pci_resource_start(pdev, 2),
pci_resource_start 2774 drivers/net/ethernet/cisco/enic/enic_main.c 		enic->bar[i].bus_addr = pci_resource_start(pdev, i);
pci_resource_start 2027 drivers/net/ethernet/dec/tulip/de2104x.c 	pciaddr = pci_resource_start(pdev, 1);
pci_resource_start 2151 drivers/net/ethernet/dec/tulip/de4x5.c 	iobase = pci_resource_start(this_dev, 0);
pci_resource_start 2253 drivers/net/ethernet/dec/tulip/de4x5.c 	iobase = pci_resource_start(pdev, 0);
pci_resource_start  403 drivers/net/ethernet/dec/tulip/dmfe.c 	if (!pci_resource_start(pdev, 0)) {
pci_resource_start 1421 drivers/net/ethernet/dec/tulip/tulip_core.c 		       (unsigned long long)pci_resource_start (pdev, 0));
pci_resource_start 1711 drivers/net/ethernet/dec/tulip/tulip_core.c 		 (unsigned long long)pci_resource_start(pdev, TULIP_BAR),
pci_resource_start  305 drivers/net/ethernet/dec/tulip/uli526x.c 	if (!pci_resource_start(pdev, 0)) {
pci_resource_start 5688 drivers/net/ethernet/emulex/benet/be_main.c 		adapter->roce_db.io_addr = pci_resource_start(adapter->pdev,
pci_resource_start   45 drivers/net/ethernet/emulex/benet/be_roce.c 		dev_info.dpp_unmapped_addr = pci_resource_start(pdev, 2);
pci_resource_start 1777 drivers/net/ethernet/freescale/enetc/enetc.c 	hw->reg = ioremap(pci_resource_start(pdev, ENETC_BAR_REGS), len);
pci_resource_start   74 drivers/net/ethernet/freescale/enetc/enetc_ptp.c 	base = ioremap(pci_resource_start(pdev, ENETC_BAR_REGS), len);
pci_resource_start 2905 drivers/net/ethernet/hp/hp100.c 	ioaddr = pci_resource_start(pdev, 0);
pci_resource_start 2952 drivers/net/ethernet/intel/e100.c 		   (unsigned long long)pci_resource_start(pdev, use_io ? 1 : 0),
pci_resource_start  984 drivers/net/ethernet/intel/e1000/e1000_main.c 				hw->io_base = pci_resource_start(pdev, i);
pci_resource_start 1029 drivers/net/ethernet/intel/e1000/e1000_main.c 					ioremap(pci_resource_start(pdev, BAR_1),
pci_resource_start 7133 drivers/net/ethernet/intel/e1000e/netdev.c 	mmio_start = pci_resource_start(pdev, 0);
pci_resource_start 7144 drivers/net/ethernet/intel/e1000e/netdev.c 		flash_start = pci_resource_start(pdev, 1);
pci_resource_start 2152 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	interface->uc_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 14802 drivers/net/ethernet/intel/i40e/i40e_main.c 	hw->hw_addr = ioremap(pci_resource_start(pdev, 0), pf->ioremap_len);
pci_resource_start 14806 drivers/net/ethernet/intel/i40e/i40e_main.c 			 (unsigned int)pci_resource_start(pdev, 0),
pci_resource_start 3707 drivers/net/ethernet/intel/iavf/iavf_main.c 	hw->hw_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 3074 drivers/net/ethernet/intel/igb/igb_main.c 	netdev->mem_start = pci_resource_start(pdev, 0);
pci_resource_start 2769 drivers/net/ethernet/intel/igbvf/netdev.c 	adapter->hw.hw_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 4182 drivers/net/ethernet/intel/igc/igc_main.c 	adapter->io_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 4194 drivers/net/ethernet/intel/igc/igc_main.c 	netdev->mem_start = pci_resource_start(pdev, 0);
pci_resource_start  419 drivers/net/ethernet/intel/ixgb/ixgb_main.c 			adapter->hw.io_base = pci_resource_start(pdev, i);
pci_resource_start 10808 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	hw->hw_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 4590 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	hw->hw_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 3018 drivers/net/ethernet/jme.c 	jme->regs = ioremap(pci_resource_start(pdev, 0),
pci_resource_start  819 drivers/net/ethernet/marvell/octeontx2/af/cgx.c 	cgx->cgx_id = (pci_resource_start(pdev, PCI_CFG_REG_BAR_NUM) >> 24)
pci_resource_start 3935 drivers/net/ethernet/marvell/skge.c 	hw->regs = ioremap_nocache(pci_resource_start(pdev, 0), 0x4000);
pci_resource_start 3947 drivers/net/ethernet/marvell/skge.c 		(unsigned long long)pci_resource_start(pdev, 0), pdev->irq,
pci_resource_start 5025 drivers/net/ethernet/marvell/sky2.c 	hw->regs = ioremap_nocache(pci_resource_start(pdev, 0), 0x4000);
pci_resource_start  282 drivers/net/ethernet/mellanox/mlx4/catas.c 		addr = pci_resource_start(dev->persist->pdev,
pci_resource_start 2355 drivers/net/ethernet/mellanox/mlx4/cmd.c 		ioremap(pci_resource_start(dev->persist->pdev,
pci_resource_start 2360 drivers/net/ethernet/mellanox/mlx4/cmd.c 		ioremap(pci_resource_start(dev->persist->pdev, 2) +
pci_resource_start 2511 drivers/net/ethernet/mellanox/mlx4/cmd.c 		priv->cmd.hcr = ioremap(pci_resource_start(dev->persist->pdev,
pci_resource_start  176 drivers/net/ethernet/mellanox/mlx4/crdump.c 	cr_space = ioremap(pci_resource_start(pdev, 0), cr_res_size);
pci_resource_start  944 drivers/net/ethernet/mellanox/mlx4/eq.c 				pci_resource_start(dev->persist->pdev, 2) +
pci_resource_start 1141 drivers/net/ethernet/mellanox/mlx4/eq.c 	priv->clr_base = ioremap(pci_resource_start(dev->persist->pdev,
pci_resource_start 1889 drivers/net/ethernet/mellanox/mlx4/main.c 	bf_start = pci_resource_start(dev->persist->pdev, 2) +
pci_resource_start 1933 drivers/net/ethernet/mellanox/mlx4/main.c 		ioremap(pci_resource_start(dev->persist->pdev,
pci_resource_start 3173 drivers/net/ethernet/mellanox/mlx4/main.c 	owner = ioremap(pci_resource_start(dev->persist->pdev, 0) +
pci_resource_start 3193 drivers/net/ethernet/mellanox/mlx4/main.c 	owner = ioremap(pci_resource_start(dev->persist->pdev, 0) +
pci_resource_start  159 drivers/net/ethernet/mellanox/mlx4/pd.c 	uar->pfn = (pci_resource_start(dev->persist->pdev, 2) >> PAGE_SHIFT)
pci_resource_start   92 drivers/net/ethernet/mellanox/mlx4/reset.c 	reset = ioremap(pci_resource_start(dev->persist->pdev, 0) +
pci_resource_start  747 drivers/net/ethernet/mellanox/mlx5/core/main.c 	dev->bar_addr = pci_resource_start(pdev, 0);
pci_resource_start 1801 drivers/net/ethernet/mellanox/mlxsw/pci.c 	mlxsw_pci->hw_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 6942 drivers/net/ethernet/micrel/ksz884x.c 	reg_base = pci_resource_start(pdev, 0);
pci_resource_start 7144 drivers/net/ethernet/micrel/ksz884x.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start  101 drivers/net/ethernet/microchip/lan743x_main.c 	bar_start = pci_resource_start(adapter->pdev, 0);
pci_resource_start 3834 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	mgp->iomem_base = pci_resource_start(pdev, 0);
pci_resource_start  837 drivers/net/ethernet/natsemi/natsemi.c 	iostart = pci_resource_start(pdev, pcibar);
pci_resource_start 1939 drivers/net/ethernet/natsemi/ns83820.c 	addr = pci_resource_start(pci_dev, 1);
pci_resource_start 4434 drivers/net/ethernet/neterion/vxge/vxge-main.c 		(unsigned long long)pci_resource_start(pdev, 0));
pci_resource_start  109 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c 	ctrl_bar = ioremap_nocache(pci_resource_start(pdev, NFP_NET_CTRL_BAR),
pci_resource_start  202 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c 		map_addr = pci_resource_start(pdev, tx_bar_no) + bar_off;
pci_resource_start  218 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c 		map_addr = pci_resource_start(pdev, tx_bar_no) + tx_bar_off;
pci_resource_start  227 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c 		map_addr = pci_resource_start(pdev, rx_bar_no) + rx_bar_off;
pci_resource_start  188 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	return pci_resource_start(bar->nfp->pdev, (bar->index / 8) * 2)
pci_resource_start 5731 drivers/net/ethernet/nvidia/forcedeth.c 			addr = pci_resource_start(pci_dev, i);
pci_resource_start  605 drivers/net/ethernet/packetengines/hamachi.c 	base = pci_resource_start(pdev, 0);
pci_resource_start  607 drivers/net/ethernet/packetengines/hamachi.c 	base |= (pci_resource_start(pdev, 1) << 32);
pci_resource_start   71 drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c 		bars[j].bus_addr = pci_resource_start(pdev, i);
pci_resource_start 1156 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 	mem_base = pci_resource_start(adapter->pdev, 0);
pci_resource_start 1387 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 		mem_base = pci_resource_start(adapter->pdev, 0) +
pci_resource_start  731 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	mem_base = pci_resource_start(pdev, 0);	/* 0 is for BAR 0 */
pci_resource_start  790 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	db_base = pci_resource_start(pdev, 4);	/* doorbell is on bar 4 */
pci_resource_start  205 drivers/net/ethernet/qlogic/qed/qed_main.c 	cdev->pci_params.mem_start = pci_resource_start(pdev, 0);
pci_resource_start  216 drivers/net/ethernet/qlogic/qed/qed_main.c 	cdev->db_phys_addr = pci_resource_start(cdev->pdev, 2);
pci_resource_start 1933 drivers/net/ethernet/realtek/8139cp.c 	pciaddr = pci_resource_start(pdev, 1);
pci_resource_start 1360 drivers/net/ethernet/realtek/8139too.c 		  (unsigned long long)pci_resource_start (tp->pci_dev, 1),
pci_resource_start 2932 drivers/net/ethernet/rocker/rocker_main.c 	rocker->hw_addr = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 1320 drivers/net/ethernet/sfc/efx.c 	efx->membase_phys = pci_resource_start(efx->pci_dev, bar);
pci_resource_start 1260 drivers/net/ethernet/sfc/falcon/efx.c 	efx->membase_phys = pci_resource_start(efx->pci_dev, bar);
pci_resource_start 1222 drivers/net/ethernet/sgi/ioc3-eth.c 	ioc3_base = pci_resource_start(pdev, 0);
pci_resource_start 1471 drivers/net/ethernet/silan/sc92031.c 	       (long)pci_resource_start(pdev, SC92031_USE_PIO), dev->dev_addr,
pci_resource_start 1511 drivers/net/ethernet/sis/sis190.c 	ioaddr = ioremap(pci_resource_start(pdev, 0), SIS190_REGS_SIZE);
pci_resource_start  488 drivers/net/ethernet/smsc/epic100.c 		    (long)pci_resource_start(pdev, EPIC_BAR), pdev->irq,
pci_resource_start 1556 drivers/net/ethernet/smsc/smsc9420.c 	virt_addr = ioremap(pci_resource_start(pdev, SMSC_BAR),
pci_resource_start 2887 drivers/net/ethernet/sun/sungem.c 	gemreg_base = pci_resource_start(pdev, 0);
pci_resource_start 3049 drivers/net/ethernet/sun/sunhme.c 	hpreg_res = pci_resource_start(pdev, 0);
pci_resource_start 1935 drivers/net/ethernet/tehuti/tehuti.c 	pciaddr = pci_resource_start(pdev, 0);
pci_resource_start  512 drivers/net/ethernet/ti/tlan.c 				pci_io_base = pci_resource_start(pdev, reg);
pci_resource_start 2394 drivers/net/ethernet/toshiba/spider_net.c 	mmio_start = pci_resource_start(pdev, 0);
pci_resource_start 1086 drivers/net/ethernet/via/via-rhine.c 	pioaddr = pci_resource_start(pdev, 0);
pci_resource_start 1087 drivers/net/ethernet/via/via-rhine.c 	memaddr = pci_resource_start(pdev, 1);
pci_resource_start 2661 drivers/net/ethernet/via/via-velocity.c 	vptr->ioaddr = pci_resource_start(pdev, 0);
pci_resource_start 2662 drivers/net/ethernet/via/via-velocity.c 	vptr->memaddr = pci_resource_start(pdev, 1);
pci_resource_start  445 drivers/net/fddi/defxx.c 		bar_start[0] = pci_resource_start(to_pci_dev(bdev), num);
pci_resource_start  229 drivers/net/fddi/skfp/skfddi.c 	mem = ioremap(pci_resource_start(pdev, 0), 0x4000);
pci_resource_start  237 drivers/net/fddi/skfp/skfddi.c 	mem = ioport_map(pci_resource_start(pdev, 1), FP_IO_LEN);
pci_resource_start  140 drivers/net/hippi/rrunner.c 	       (unsigned long long)pci_resource_start(pdev, 0),
pci_resource_start   88 drivers/net/phy/mdio-thunder.c 			r.start - pci_resource_start(pdev, 0);
pci_resource_start 2734 drivers/net/vmxnet3/vmxnet3_drv.c 	mmio_start = pci_resource_start(pdev, 0);
pci_resource_start 2743 drivers/net/vmxnet3/vmxnet3_drv.c 	mmio_start = pci_resource_start(pdev, 1);
pci_resource_start 2449 drivers/net/wan/farsync.c 	card->pci_conf = pci_resource_start(pdev, 1);
pci_resource_start 2450 drivers/net/wan/farsync.c 	card->phys_mem = pci_resource_start(pdev, 2);
pci_resource_start 2451 drivers/net/wan/farsync.c 	card->phys_ctlmem = pci_resource_start(pdev, 3);
pci_resource_start  854 drivers/net/wan/lmc/lmc_main.c 	dev->base_addr = pci_resource_start(pdev, 0);
pci_resource_start  332 drivers/net/wan/pc300too.c 	plxphys = pci_resource_start(pdev, 0) & PCI_BASE_ADDRESS_MEM_MASK;
pci_resource_start  335 drivers/net/wan/pc300too.c 	scaphys = pci_resource_start(pdev, 2) & PCI_BASE_ADDRESS_MEM_MASK;
pci_resource_start  338 drivers/net/wan/pc300too.c 	ramphys = pci_resource_start(pdev, 3) & PCI_BASE_ADDRESS_MEM_MASK;
pci_resource_start  317 drivers/net/wan/pci200syn.c 	plxphys = pci_resource_start(pdev,0) & PCI_BASE_ADDRESS_MEM_MASK;
pci_resource_start  320 drivers/net/wan/pci200syn.c 	scaphys = pci_resource_start(pdev,2) & PCI_BASE_ADDRESS_MEM_MASK;
pci_resource_start  323 drivers/net/wan/pci200syn.c 	ramphys = pci_resource_start(pdev,3) & PCI_BASE_ADDRESS_MEM_MASK;
pci_resource_start  309 drivers/net/wan/sbni.c 		pci_ioaddr = pci_resource_start( pdev, 0 );
pci_resource_start  636 drivers/net/wan/wanxl.c 	plx_phy = pci_resource_start(pdev, 0);
pci_resource_start  677 drivers/net/wan/wanxl.c 	mem_phy = pci_resource_start(pdev, 2);
pci_resource_start 1797 drivers/net/wireless/admtek/adm8211.c 	io_addr = pci_resource_start(pdev, 0);
pci_resource_start 1799 drivers/net/wireless/admtek/adm8211.c 	mem_addr = pci_resource_start(pdev, 1);
pci_resource_start   66 drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c 			       pci_resource_start(pdev, 0));
pci_resource_start 1637 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 	bar0_addr = pci_resource_start(pdev, 0);
pci_resource_start 1639 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 	bar1_addr = pci_resource_start(pdev, 2);
pci_resource_start 2442 drivers/net/wireless/cisco/airo.c 	unsigned long mem_start = pci_resource_start(pci, 1);
pci_resource_start 2444 drivers/net/wireless/cisco/airo.c 	unsigned long aux_start = pci_resource_start(pci, 2);
pci_resource_start 2544 drivers/net/wireless/cisco/airo.c 	mem_start = pci_resource_start(pci, 1);
pci_resource_start 2546 drivers/net/wireless/cisco/airo.c 	aux_start = pci_resource_start(pci, 2);
pci_resource_start  309 drivers/net/wireless/intersil/hostap/hostap_pci.c 	phymem = pci_resource_start(pdev, 0);
pci_resource_start  401 drivers/net/wireless/intersil/hostap/hostap_pci.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start  458 drivers/net/wireless/intersil/hostap/hostap_plx.c 	plx_ioaddr = pci_resource_start(pdev, 1);
pci_resource_start  459 drivers/net/wireless/intersil/hostap/hostap_plx.c 	pccard_ioaddr = pci_resource_start(pdev, tmd7160 ? 2 : 3);
pci_resource_start  483 drivers/net/wireless/intersil/hostap/hostap_plx.c 		pccard_attr_mem = pci_resource_start(pdev, 2);
pci_resource_start  557 drivers/net/wireless/intersil/p54/p54pci.c 	mem_addr = pci_resource_start(pdev, 0);
pci_resource_start  623 drivers/net/wireless/intersil/prism54/islpci_dev.c 	      ioremap(pci_resource_start(priv->pdev, 0),
pci_resource_start  820 drivers/net/wireless/intersil/prism54/islpci_dev.c 	ndev->base_addr = pci_resource_start(pdev, 0);
pci_resource_start  222 drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c 	busaddr = pci_resource_start(pdev, index);
pci_resource_start 2234 drivers/net/wireless/realtek/rtlwifi/pci.c 	pmem_start = pci_resource_start(pdev, rtlpriv->cfg->bar_id);
pci_resource_start  145 drivers/ntb/hw/amd/ntb_hw_amd.c 	base_addr = pci_resource_start(ntb->pdev, bar);
pci_resource_start  311 drivers/ntb/hw/amd/ntb_hw_amd.c 		*base = pci_resource_start(ndev->ntb.pdev, bar);
pci_resource_start 1262 drivers/ntb/hw/idt/ntb_hw_idt.c 		*base = pci_resource_start(ntb->pdev, ndev->mws[widx].bar) +
pci_resource_start 1037 drivers/ntb/hw/intel/ntb_hw_gen1.c 		*base = pci_resource_start(ndev->ntb.pdev, bar) +
pci_resource_start 1528 drivers/ntb/hw/intel/ntb_hw_gen1.c 		ndev->peer_addr = pci_resource_start(pdev, b2b_bar);
pci_resource_start 1797 drivers/ntb/hw/intel/ntb_hw_gen1.c 	ndev->peer_addr = pci_resource_start(pdev, 0);
pci_resource_start  482 drivers/ntb/hw/intel/ntb_hw_gen3.c 	base = pci_resource_start(ndev->ntb.pdev, bar);
pci_resource_start  370 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 		*base = pci_resource_start(sndev->ntb.pdev, bar) + offset;
pci_resource_start  394 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 		*base = pci_resource_start(sndev->ntb.pdev, bar) + offset;
pci_resource_start  703 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 		*db_addr = pci_resource_start(ntb->pdev, 0) + offset;
pci_resource_start  806 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 		*spad_addr = pci_resource_start(ntb->pdev, 0) + offset;
pci_resource_start 1669 drivers/nvme/host/pci.c 	dev->bar = ioremap(pci_resource_start(pdev, 0), size);
pci_resource_start 2846 drivers/parport/parport_pc.c 		io_lo = pci_resource_start(dev, lo);
pci_resource_start 2849 drivers/parport/parport_pc.c 			io_hi = pci_resource_start(dev, hi);
pci_resource_start  600 drivers/parport/parport_serial.c 		io_lo = pci_resource_start (dev, lo);
pci_resource_start  603 drivers/parport/parport_serial.c 			io_hi = pci_resource_start (dev, hi);
pci_resource_start   79 drivers/pci/hotplug/cpcihp_zt5550.c 	dbg("pci resource start %llx", (unsigned long long)pci_resource_start(hc_dev, 1));
pci_resource_start   82 drivers/pci/hotplug/cpcihp_zt5550.c 	if (!request_mem_region(pci_resource_start(hc_dev, 1),
pci_resource_start   90 drivers/pci/hotplug/cpcihp_zt5550.c 	    ioremap(pci_resource_start(hc_dev, 1), pci_resource_len(hc_dev, 1));
pci_resource_start   94 drivers/pci/hotplug/cpcihp_zt5550.c 			(unsigned long long)pci_resource_start(hc_dev, 1));
pci_resource_start  121 drivers/pci/hotplug/cpcihp_zt5550.c 	release_mem_region(pci_resource_start(hc_dev, 1),
pci_resource_start  134 drivers/pci/hotplug/cpcihp_zt5550.c 	release_mem_region(pci_resource_start(hc_dev, 1),
pci_resource_start  287 drivers/pci/hotplug/cpqphp_core.c 	release_mem_region(pci_resource_start(ctrl->pci_dev, 0),
pci_resource_start 1042 drivers/pci/hotplug/cpqphp_core.c 	dbg("pci resource start %llx\n", (unsigned long long)pci_resource_start(pdev, 0));
pci_resource_start 1045 drivers/pci/hotplug/cpqphp_core.c 	if (!request_mem_region(pci_resource_start(pdev, 0),
pci_resource_start 1052 drivers/pci/hotplug/cpqphp_core.c 	ctrl->hpc_reg = ioremap(pci_resource_start(pdev, 0),
pci_resource_start 1057 drivers/pci/hotplug/cpqphp_core.c 		    (unsigned long long)pci_resource_start(pdev, 0));
pci_resource_start 1235 drivers/pci/hotplug/cpqphp_core.c 	release_mem_region(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
pci_resource_start  933 drivers/pci/hotplug/shpchp_hpc.c 		ctrl->mmio_base = pci_resource_start(pdev, 0);
pci_resource_start  968 drivers/pci/hotplug/shpchp_hpc.c 			pci_resource_start(pdev, 0) + shpc_base_offset;
pci_resource_start   64 drivers/pci/mmap.c 		vma->vm_pgoff += (pci_resource_start(pdev, bar) >> PAGE_SHIFT);
pci_resource_start  689 drivers/pci/msi.c 	phys_addr = pci_resource_start(dev, bir) + table_offset;
pci_resource_start  188 drivers/pci/p2pdma.c 	pgmap->res.start = pci_resource_start(pdev, bar) + offset;
pci_resource_start  195 drivers/pci/p2pdma.c 		pci_resource_start(pdev, bar);
pci_resource_start 1065 drivers/pci/pci-sysfs.c 	port += pci_resource_start(pdev, bar);
pci_resource_start  192 drivers/pci/pci.c 	return ioremap_wc(pci_resource_start(pdev, bar),
pci_resource_start 3673 drivers/pci/pci.c 		release_region(pci_resource_start(pdev, bar),
pci_resource_start 3676 drivers/pci/pci.c 		release_mem_region(pci_resource_start(pdev, bar),
pci_resource_start 3713 drivers/pci/pci.c 		if (!request_region(pci_resource_start(pdev, bar),
pci_resource_start 3717 drivers/pci/pci.c 		if (!__request_mem_region(pci_resource_start(pdev, bar),
pci_resource_start 1805 drivers/pci/quirks.c 	if (pci_resource_start(pdev, 0) && pci_resource_len(pdev, 0))
pci_resource_start 2183 drivers/pci/quirks.c 		    (pci_resource_start(dev, bar) & 0x80)) {
pci_resource_start 2278 drivers/pci/quirks.c 	if (!(command & PCI_COMMAND_MEMORY) || !pci_resource_start(dev, 0))
pci_resource_start 2292 drivers/pci/quirks.c 	csr = ioremap(pci_resource_start(dev, 0), 8);
pci_resource_start 3514 drivers/pci/quirks.c 	fw_ver = ioremap(pci_resource_start(pdev, 0), 4);
pci_resource_start 3877 drivers/pci/quirks.c 	    !pcie_has_flr(dev) || !pci_resource_start(dev, 0))
pci_resource_start  146 drivers/pci/rom.c 	start = pci_resource_start(pdev, PCI_ROM_RESOURCE);
pci_resource_start 1358 drivers/pci/switch/switchtec.c 	res_start = pci_resource_start(pdev, 0);
pci_resource_start  101 drivers/pcmcia/i82092.c 	if (!request_region(pci_resource_start(dev, 0), 2, "i82092aa")) {
pci_resource_start  108 drivers/pcmcia/i82092.c 		sockets[i].io_base = pci_resource_start(dev, 0);
pci_resource_start  158 drivers/pcmcia/i82092.c 	release_region(pci_resource_start(dev, 0), 2);
pci_resource_start  644 drivers/pcmcia/pd6729.c 	if (!pci_resource_start(dev, 0)) {
pci_resource_start  653 drivers/pcmcia/pd6729.c 		(unsigned long long)pci_resource_start(dev, 0), dev->irq);
pci_resource_start  682 drivers/pcmcia/pd6729.c 		socket[i].io_base = pci_resource_start(dev, 0);
pci_resource_start  476 drivers/pcmcia/vrc4173_cardu.c 	start = pci_resource_start(dev, 0);
pci_resource_start 1190 drivers/pcmcia/yenta_socket.c 	if (!pci_resource_start(dev, 0)) {
pci_resource_start 1200 drivers/pcmcia/yenta_socket.c 	socket->base = ioremap(pci_resource_start(dev, 0), 0x1000);
pci_resource_start  259 drivers/pnp/quirks.c 			pci_start = pci_resource_start(pdev, i);
pci_resource_start   80 drivers/power/reset/piix4-poweroff.c 	io_offset = pci_resource_start(dev, piix4_pm_io_region);
pci_resource_start  588 drivers/ptp/ptp_pch.c 	chip->mem_base = pci_resource_start(pdev, IO_MEM_BAR);
pci_resource_start 2801 drivers/rapidio/devices/tsi721.c 			priv->p2r_bar[0].base = pci_resource_start(pdev, BAR_2);
pci_resource_start 2811 drivers/rapidio/devices/tsi721.c 			priv->p2r_bar[1].base = pci_resource_start(pdev, BAR_4);
pci_resource_start 2058 drivers/scsi/3w-9xxx.c 		mem_addr = pci_resource_start(pdev, 1);
pci_resource_start 2061 drivers/scsi/3w-9xxx.c 		mem_addr = pci_resource_start(pdev, 2);
pci_resource_start 1647 drivers/scsi/3w-sas.c 	       (u64)pci_resource_start(pdev, 1), pdev->irq);
pci_resource_start 2302 drivers/scsi/3w-xxxx.c 	tw_dev->base_addr = pci_resource_start(pdev, 0);
pci_resource_start  715 drivers/scsi/BusLogic.c 		io_addr = base_addr0 = pci_resource_start(pci_device, 0);
pci_resource_start  716 drivers/scsi/BusLogic.c 		pci_addr = base_addr1 = pci_resource_start(pci_device, 1);
pci_resource_start  898 drivers/scsi/BusLogic.c 		io_addr = pci_resource_start(pci_device, 0);
pci_resource_start  955 drivers/scsi/BusLogic.c 		io_addr = base_addr0 = pci_resource_start(pci_device, 0);
pci_resource_start  956 drivers/scsi/BusLogic.c 		pci_addr = base_addr1 = pci_resource_start(pci_device, 1);
pci_resource_start 1104 drivers/scsi/a100u2w.c 	port = pci_resource_start(pdev, 0);
pci_resource_start 1663 drivers/scsi/aacraid/linit.c 	aac->base_start = pci_resource_start(pdev, 0);
pci_resource_start   39 drivers/scsi/aacraid/nark.c 	dev->base_start = pci_resource_start(dev->pdev, 2);
pci_resource_start   40 drivers/scsi/aacraid/nark.c 	dev->regs.rx = ioremap((u64)pci_resource_start(dev->pdev, 0) |
pci_resource_start   41 drivers/scsi/aacraid/nark.c 	  ((u64)pci_resource_start(dev->pdev, 1) << 32),
pci_resource_start  617 drivers/scsi/aacraid/src.c 	dev->regs.src.bar1 = ioremap(pci_resource_start(dev->pdev, 2),
pci_resource_start  647 drivers/scsi/aacraid/src.c 	ioremap(pci_resource_start(dev->pdev, 2), AAC_MIN_SRCV_BAR1_SIZE);
pci_resource_start  985 drivers/scsi/aacraid/src.c 	dev->dbg_base = pci_resource_start(dev->pdev, 2);
pci_resource_start 1295 drivers/scsi/aacraid/src.c 	dev->dbg_base = pci_resource_start(dev->pdev, 2);
pci_resource_start 10945 drivers/scsi/advansys.c 					(long)pci_resource_start(pdev, 1),
pci_resource_start 11754 drivers/scsi/advansys.c 	ioport = pci_resource_start(pdev, 0);
pci_resource_start  254 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	*base = pci_resource_start(ahd->dev_softc, 0);
pci_resource_start  260 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	*base2 = pci_resource_start(ahd->dev_softc, 3);
pci_resource_start  288 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	start = pci_resource_start(ahd->dev_softc, 1);
pci_resource_start  352 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 	*base = pci_resource_start(ahc->dev_softc, 0);
pci_resource_start  369 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 	start = pci_resource_start(ahc->dev_softc, 1);
pci_resource_start   68 drivers/scsi/aic94xx/aic94xx_init.c 		io_handle->start = pci_resource_start(asd_ha->pcidev, i);
pci_resource_start  123 drivers/scsi/aic94xx/aic94xx_init.c 	io_handle->start = pci_resource_start(asd_ha->pcidev, i);
pci_resource_start  465 drivers/scsi/am53c974.c 	shost->io_port = pci_resource_start(pdev, 0);
pci_resource_start  248 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->pmuA = ioremap(pci_resource_start(pdev,0), pci_resource_len(pdev,0));
pci_resource_start  257 drivers/scsi/arcmsr/arcmsr_hba.c 		mem_base0 = ioremap(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));
pci_resource_start  262 drivers/scsi/arcmsr/arcmsr_hba.c 		mem_base1 = ioremap(pci_resource_start(pdev, 2), pci_resource_len(pdev, 2));
pci_resource_start  273 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->pmuC = ioremap_nocache(pci_resource_start(pdev, 1), pci_resource_len(pdev, 1));
pci_resource_start  288 drivers/scsi/arcmsr/arcmsr_hba.c 		addr = (unsigned long)pci_resource_start(pdev, 0);
pci_resource_start  301 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->pmuE = ioremap(pci_resource_start(pdev, 1),
pci_resource_start 1534 drivers/scsi/atp870u.c 	shpnt->io_port = pci_resource_start(pdev, 0);
pci_resource_start  456 drivers/scsi/be2iscsi/be_main.c 	addr = ioremap_nocache(pci_resource_start(pcidev, 2),
pci_resource_start  463 drivers/scsi/be2iscsi/be_main.c 	addr = ioremap_nocache(pci_resource_start(pcidev, 4), 128 * 1024);
pci_resource_start  474 drivers/scsi/be2iscsi/be_main.c 	addr = ioremap_nocache(pci_resource_start(pcidev, pcicfg_reg),
pci_resource_start 1414 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	reg_base = pci_resource_start(hba->pcidev,
pci_resource_start 2715 drivers/scsi/bnx2i/bnx2i_hwi.c 		reg_base = pci_resource_start(ep->hba->pcidev,
pci_resource_start  817 drivers/scsi/bnx2i/bnx2i_iscsi.c 	hba->reg_base = pci_resource_start(hba->pcidev, 0);
pci_resource_start  535 drivers/scsi/csiostor/csio_init.c 	hw->regstart = ioremap_nocache(pci_resource_start(pdev, 0),
pci_resource_start  815 drivers/scsi/cxlflash/ocxl_hw.c 	gmmio = pci_resource_start(pdev, acfg->global_mmio_bar);
pci_resource_start  824 drivers/scsi/cxlflash/ocxl_hw.c 	ppmmio = pci_resource_start(pdev, acfg->pp_mmio_bar);
pci_resource_start 4682 drivers/scsi/dc395x.c 	io_port_base = pci_resource_start(dev, 0) & PCI_BASE_ADDRESS_IO_MASK;
pci_resource_start   69 drivers/scsi/dmx3191d.c 	io = pci_resource_start(pdev, 0);
pci_resource_start  902 drivers/scsi/dpt_i2o.c 	base_addr0_phys = pci_resource_start(pDev,0);
pci_resource_start  917 drivers/scsi/dpt_i2o.c 		base_addr1_phys = pci_resource_start(pDev,1);
pci_resource_start  166 drivers/scsi/esas2r/esas2r_init.c 	a->regs = (void __force *)ioremap(pci_resource_start(a->pcid, 2),
pci_resource_start  184 drivers/scsi/esas2r/esas2r_init.c 	a->data_window = (void __force *)ioremap(pci_resource_start(a->pcid,
pci_resource_start   25 drivers/scsi/fdomain_pci.c 	sh = fdomain_create(pci_resource_start(pdev, 0), pdev->irq, 7,
pci_resource_start  636 drivers/scsi/fnic/fnic_main.c 	fnic->bar0.bus_addr = pci_resource_start(pdev, 0);
pci_resource_start  485 drivers/scsi/gdth.c 	    gdth_pcistr.dpmem = pci_resource_start(pdev, 0);
pci_resource_start  491 drivers/scsi/gdth.c 	    gdth_pcistr.dpmem = pci_resource_start(pdev, 2);
pci_resource_start  492 drivers/scsi/gdth.c 	    gdth_pcistr.io    = pci_resource_start(pdev, 1);
pci_resource_start 7293 drivers/scsi/hpsa.c 	cfgtable = remap_pci_mem(pci_resource_start(pdev,
pci_resource_start 7531 drivers/scsi/hpsa.c 			*memory_bar = pci_resource_start(pdev, i);
pci_resource_start 7607 drivers/scsi/hpsa.c 	h->cfgtable = remap_pci_mem(pci_resource_start(h->pdev,
pci_resource_start 7618 drivers/scsi/hpsa.c 	h->transtable = remap_pci_mem(pci_resource_start(h->pdev,
pci_resource_start 9277 drivers/scsi/hpsa.c 			remap_pci_mem(pci_resource_start(h->pdev,
pci_resource_start  599 drivers/scsi/hptiop.c 	mem_base_phy = pci_resource_start(pcidev, index);
pci_resource_start 2841 drivers/scsi/initio.c 	host->addr = pci_resource_start(pdev, 0);
pci_resource_start 10199 drivers/scsi/ipr.c 	ipr_regs_pci = pci_resource_start(pdev, 0);
pci_resource_start 6870 drivers/scsi/ips.c 		if (!pci_resource_start(pci_dev, j))
pci_resource_start 6874 drivers/scsi/ips.c 			io_addr = pci_resource_start(pci_dev, j);
pci_resource_start 6877 drivers/scsi/ips.c 			mem_addr = pci_resource_start(pci_dev, j);
pci_resource_start 7739 drivers/scsi/lpfc/lpfc_init.c 	phba->pci_bar0_map = pci_resource_start(pdev, 0);
pci_resource_start 7742 drivers/scsi/lpfc/lpfc_init.c 	phba->pci_bar2_map = pci_resource_start(pdev, 2);
pci_resource_start 10144 drivers/scsi/lpfc/lpfc_init.c 	if (pci_resource_start(pdev, PCI_64BIT_BAR0)) {
pci_resource_start 10145 drivers/scsi/lpfc/lpfc_init.c 		phba->pci_bar0_map = pci_resource_start(pdev, PCI_64BIT_BAR0);
pci_resource_start 10164 drivers/scsi/lpfc/lpfc_init.c 		phba->pci_bar0_map = pci_resource_start(pdev, 1);
pci_resource_start 10183 drivers/scsi/lpfc/lpfc_init.c 		if (pci_resource_start(pdev, PCI_64BIT_BAR2)) {
pci_resource_start 10188 drivers/scsi/lpfc/lpfc_init.c 			phba->pci_bar1_map = pci_resource_start(pdev,
pci_resource_start 10211 drivers/scsi/lpfc/lpfc_init.c 	    (pci_resource_start(pdev, PCI_64BIT_BAR2))) {
pci_resource_start 10216 drivers/scsi/lpfc/lpfc_init.c 		phba->pci_bar1_map = pci_resource_start(pdev, PCI_64BIT_BAR2);
pci_resource_start 10231 drivers/scsi/lpfc/lpfc_init.c 		if (pci_resource_start(pdev, PCI_64BIT_BAR4)) {
pci_resource_start 10236 drivers/scsi/lpfc/lpfc_init.c 			phba->pci_bar2_map = pci_resource_start(pdev,
pci_resource_start 10261 drivers/scsi/lpfc/lpfc_init.c 	    pci_resource_start(pdev, PCI_64BIT_BAR4)) {
pci_resource_start 10266 drivers/scsi/lpfc/lpfc_init.c 		phba->pci_bar2_map = pci_resource_start(pdev, PCI_64BIT_BAR4);
pci_resource_start 4215 drivers/scsi/megaraid.c 	mega_baseport = pci_resource_start(pdev, 0);
pci_resource_start  724 drivers/scsi/megaraid/megaraid_mbox.c 	raid_dev->baseport = pci_resource_start(pdev, 0);
pci_resource_start 5874 drivers/scsi/megaraid/megaraid_sas_base.c 	base_addr = pci_resource_start(instance->pdev, instance->bar);
pci_resource_start 3269 drivers/scsi/mpt3sas/mpt3sas_base.c 			pio_chip = (u64)pci_resource_start(pdev, i);
pci_resource_start 3274 drivers/scsi/mpt3sas/mpt3sas_base.c 			ioc->chip_phys = pci_resource_start(pdev, i);
pci_resource_start  304 drivers/scsi/mvsas/mv_init.c 		res_start = pci_resource_start(pdev, bar_ex);
pci_resource_start  318 drivers/scsi/mvsas/mv_init.c 	res_start = pci_resource_start(pdev, bar);
pci_resource_start 3525 drivers/scsi/myrb.c 		cb->io_addr = pci_resource_start(pdev, 0);
pci_resource_start 3526 drivers/scsi/myrb.c 		cb->pci_addr = pci_resource_start(pdev, 1);
pci_resource_start 3528 drivers/scsi/myrb.c 		cb->pci_addr = pci_resource_start(pdev, 0);
pci_resource_start 2307 drivers/scsi/myrs.c 	cs->pci_addr = pci_resource_start(pdev, 0);
pci_resource_start 3341 drivers/scsi/nsp32.c 	data->BaseAddress = pci_resource_start(pdev, 0);
pci_resource_start  417 drivers/scsi/pm8001/pm8001_init.c 				pci_resource_start(pdev, bar);
pci_resource_start 4249 drivers/scsi/qla1280.c 	host->io_port = pci_resource_start(ha->pdev, 0);
pci_resource_start  792 drivers/scsi/qla2xxx/qla_mr.c 	    ioremap_nocache(pci_resource_start(ha->pdev, 0), BAR0_LEN_FX00);
pci_resource_start  813 drivers/scsi/qla2xxx/qla_mr.c 	    ioremap_nocache(pci_resource_start(ha->pdev, 2), BAR2_LEN_FX00);
pci_resource_start  865 drivers/scsi/qla2xxx/qla_mr.c 	dma_addr_t bar2_hdl = pci_resource_start(ha->pdev, 2);
pci_resource_start  722 drivers/scsi/qla2xxx/qla_nx.c 	mem_base = pci_resource_start(ha->pdev, 0);
pci_resource_start  794 drivers/scsi/qla2xxx/qla_nx.c 	mem_base = pci_resource_start(ha->pdev, 0);
pci_resource_start 1683 drivers/scsi/qla2xxx/qla_nx.c 	ha->nx_pcibase = ioremap(pci_resource_start(ha->pdev, 0), len);
pci_resource_start 1698 drivers/scsi/qla2xxx/qla_nx.c 		ha->nxdb_wr_ptr = ioremap((pci_resource_start(ha->pdev, 4) +
pci_resource_start 1951 drivers/scsi/qla2xxx/qla_os.c 	pio = pci_resource_start(ha->pdev, 0);
pci_resource_start 1985 drivers/scsi/qla2xxx/qla_os.c 	ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN);
pci_resource_start 2000 drivers/scsi/qla2xxx/qla_os.c 	ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3),
pci_resource_start 2061 drivers/scsi/qla2xxx/qla_os.c 	ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN);
pci_resource_start 2074 drivers/scsi/qla2xxx/qla_os.c 	ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 4),
pci_resource_start 2083 drivers/scsi/qla2xxx/qla_os.c 	ha->msixbase = ioremap(pci_resource_start(ha->pdev, 2),
pci_resource_start  741 drivers/scsi/qla4xxx/ql4_nx.c 		mem_base = pci_resource_start(ha->pdev, 0);
pci_resource_start  814 drivers/scsi/qla4xxx/ql4_nx.c 		mem_base = pci_resource_start(ha->pdev, 0);
pci_resource_start 5511 drivers/scsi/qla4xxx/ql4_os.c 	mem_base = pci_resource_start(pdev, 0); /* 0 is for BAR 0 */
pci_resource_start 5539 drivers/scsi/qla4xxx/ql4_os.c 	db_base = pci_resource_start(pdev, 4);  /* doorbell is on bar 4 */
pci_resource_start 5559 drivers/scsi/qla4xxx/ql4_os.c 	pio = pci_resource_start(ha->pdev, 0);
pci_resource_start 5574 drivers/scsi/qla4xxx/ql4_os.c 	mmio = pci_resource_start(ha->pdev, 1);
pci_resource_start 7419 drivers/scsi/smartpqi/smartpqi_init.c 	ctrl_info->iomem_base = ioremap_nocache(pci_resource_start(
pci_resource_start  460 drivers/scsi/snic/snic_main.c 	snic->bar0.bus_addr = pci_resource_start(pdev, 0);
pci_resource_start  498 drivers/scsi/stex.c 	*(unsigned long *)(p->base) = pci_resource_start(hba->pdev, 0);
pci_resource_start 1353 drivers/scsi/sym53c8xx_2/sym_glue.c 	shost->unique_id	= pci_resource_start(pdev, 0);
pci_resource_start 1407 drivers/scsi/sym53c8xx_2/sym_glue.c 	unsigned long io_port = pci_resource_start(pdev, 0);
pci_resource_start  818 drivers/scsi/wd719x.c 	sh->base = pci_resource_start(wd->pdev, 0);
pci_resource_start   59 drivers/spi/spi-dw-pci.c 	dws->paddr = pci_resource_start(pdev, pci_bar);
pci_resource_start  232 drivers/spi/spi-pxa2xx-pci.c 	ssp->phys_base = pci_resource_start(dev, 0);
pci_resource_start 1340 drivers/spi/spi-topcliff-pch.c 	data->io_base_addr = pci_resource_start(board_dat->pdev, 1) +
pci_resource_start  786 drivers/staging/android/vsoc.c 	vsoc_dev.shm_phys_start = pci_resource_start(pdev, SHARED_MEMORY_BAR);
pci_resource_start  186 drivers/staging/comedi/drivers/8255_pci.c 	main_phys_addr = pci_resource_start(pcidev, 1);
pci_resource_start  225 drivers/staging/comedi/drivers/8255_pci.c 		dev->iobase = pci_resource_start(pcidev, board->dio_badr);
pci_resource_start  305 drivers/staging/comedi/drivers/addi_apci_1032.c 	devpriv->amcc_iobase = pci_resource_start(pcidev, 0);
pci_resource_start  306 drivers/staging/comedi/drivers/addi_apci_1032.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start  760 drivers/staging/comedi/drivers/addi_apci_1500.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start  761 drivers/staging/comedi/drivers/addi_apci_1500.c 	devpriv->amcc = pci_resource_start(pcidev, 0);
pci_resource_start  762 drivers/staging/comedi/drivers/addi_apci_1500.c 	devpriv->addon = pci_resource_start(pcidev, 2);
pci_resource_start  131 drivers/staging/comedi/drivers/addi_apci_1516.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start  132 drivers/staging/comedi/drivers/addi_apci_1516.c 	devpriv->wdog_iobase = pci_resource_start(pcidev, 2);
pci_resource_start  668 drivers/staging/comedi/drivers/addi_apci_1564.c 	devpriv->eeprom = pci_resource_start(pcidev, 0);
pci_resource_start  672 drivers/staging/comedi/drivers/addi_apci_1564.c 		dev->iobase = pci_resource_start(pcidev, 1) +
pci_resource_start  679 drivers/staging/comedi/drivers/addi_apci_1564.c 		devpriv->counters = pci_resource_start(pcidev, 1);
pci_resource_start  110 drivers/staging/comedi/drivers/addi_apci_16xx.c 	dev->iobase = pci_resource_start(pcidev, 0);
pci_resource_start  236 drivers/staging/comedi/drivers/addi_apci_2032.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start   73 drivers/staging/comedi/drivers/addi_apci_2200.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start  990 drivers/staging/comedi/drivers/addi_apci_3120.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start  991 drivers/staging/comedi/drivers/addi_apci_3120.c 	devpriv->amcc = pci_resource_start(pcidev, 0);
pci_resource_start  992 drivers/staging/comedi/drivers/addi_apci_3120.c 	devpriv->addon = pci_resource_start(pcidev, 2);
pci_resource_start  321 drivers/staging/comedi/drivers/addi_apci_3501.c 	devpriv->amcc = pci_resource_start(pcidev, 0);
pci_resource_start  322 drivers/staging/comedi/drivers/addi_apci_3501.c 	dev->iobase = pci_resource_start(pcidev, 1);
pci_resource_start  779 drivers/staging/comedi/drivers/addi_apci_3xxx.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  121 drivers/staging/comedi/drivers/adl_pci6208.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  166 drivers/staging/comedi/drivers/adl_pci7x3x.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start   71 drivers/staging/comedi/drivers/adl_pci8164.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  639 drivers/staging/comedi/drivers/adl_pci9111.c 	dev_private->lcr_io_base = pci_resource_start(pcidev, 1);
pci_resource_start  640 drivers/staging/comedi/drivers/adl_pci9111.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start 1525 drivers/staging/comedi/drivers/adl_pci9118.c 	devpriv->iobase_a = pci_resource_start(pcidev, 0);
pci_resource_start 1526 drivers/staging/comedi/drivers/adl_pci9118.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  769 drivers/staging/comedi/drivers/adv_pci1710.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  122 drivers/staging/comedi/drivers/adv_pci1720.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  144 drivers/staging/comedi/drivers/adv_pci1723.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  130 drivers/staging/comedi/drivers/adv_pci1724.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  349 drivers/staging/comedi/drivers/adv_pci1760.c 	dev->iobase = pci_resource_start(pcidev, 0);
pci_resource_start  364 drivers/staging/comedi/drivers/adv_pci_dio.c 		dev->iobase = pci_resource_start(pcidev, 0);
pci_resource_start  366 drivers/staging/comedi/drivers/adv_pci_dio.c 		dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  485 drivers/staging/comedi/drivers/adv_pci_dio.c 		unsigned long reg = pci_resource_start(pcidev, 2) + 53;
pci_resource_start  369 drivers/staging/comedi/drivers/amplc_dio200_pci.c 		dev->iobase = pci_resource_start(pci_dev, bar);
pci_resource_start 1024 drivers/staging/comedi/drivers/amplc_pci224.c 	devpriv->iobase1 = pci_resource_start(pci_dev, 2);
pci_resource_start 1025 drivers/staging/comedi/drivers/amplc_pci224.c 	dev->iobase = pci_resource_start(pci_dev, 3);
pci_resource_start 2408 drivers/staging/comedi/drivers/amplc_pci230.c 	dev->iobase = pci_resource_start(pci_dev, 2);
pci_resource_start 2409 drivers/staging/comedi/drivers/amplc_pci230.c 	devpriv->daqio = pci_resource_start(pci_dev, 3);
pci_resource_start  106 drivers/staging/comedi/drivers/amplc_pci236.c 	devpriv->lcr_iobase = pci_resource_start(pci_dev, 1);
pci_resource_start  107 drivers/staging/comedi/drivers/amplc_pci236.c 	iobase = pci_resource_start(pci_dev, 2);
pci_resource_start   60 drivers/staging/comedi/drivers/amplc_pci263.c 	dev->iobase = pci_resource_start(pci_dev, 2);
pci_resource_start 1272 drivers/staging/comedi/drivers/cb_pcidas.c 	devpriv->amcc = pci_resource_start(pcidev, 0);
pci_resource_start 1273 drivers/staging/comedi/drivers/cb_pcidas.c 	devpriv->pcibar1 = pci_resource_start(pcidev, 1);
pci_resource_start 1274 drivers/staging/comedi/drivers/cb_pcidas.c 	devpriv->pcibar2 = pci_resource_start(pcidev, 2);
pci_resource_start 1275 drivers/staging/comedi/drivers/cb_pcidas.c 	dev->iobase = pci_resource_start(pcidev, 3);
pci_resource_start 1277 drivers/staging/comedi/drivers/cb_pcidas.c 		devpriv->pcibar4 = pci_resource_start(pcidev, 4);
pci_resource_start 4000 drivers/staging/comedi/drivers/cb_pcidas64.c 	devpriv->main_phys_iobase = pci_resource_start(pcidev, 2);
pci_resource_start 4001 drivers/staging/comedi/drivers/cb_pcidas64.c 	devpriv->dio_counter_phys_iobase = pci_resource_start(pcidev, 3);
pci_resource_start  351 drivers/staging/comedi/drivers/cb_pcidda.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  352 drivers/staging/comedi/drivers/cb_pcidda.c 	devpriv->daqio = pci_resource_start(pcidev, 3);
pci_resource_start  364 drivers/staging/comedi/drivers/cb_pcimdas.c 	devpriv->daqio = pci_resource_start(pcidev, 2);
pci_resource_start  365 drivers/staging/comedi/drivers/cb_pcimdas.c 	devpriv->BADR3 = pci_resource_start(pcidev, 3);
pci_resource_start  366 drivers/staging/comedi/drivers/cb_pcimdas.c 	dev->iobase = pci_resource_start(pcidev, 4);
pci_resource_start  137 drivers/staging/comedi/drivers/cb_pcimdda.c 	dev->iobase = pci_resource_start(pcidev, 3);
pci_resource_start   62 drivers/staging/comedi/drivers/contec_pci_dio.c 	dev->iobase = pci_resource_start(pcidev, 0);
pci_resource_start   61 drivers/staging/comedi/drivers/das08_pci.c 	dev->iobase = pci_resource_start(pdev, 2);
pci_resource_start  177 drivers/staging/comedi/drivers/dyna_pci10xx.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start  178 drivers/staging/comedi/drivers/dyna_pci10xx.c 	devpriv->BADR3 = pci_resource_start(pcidev, 3);
pci_resource_start  171 drivers/staging/comedi/drivers/ke_counter.c 	dev->iobase = pci_resource_start(pcidev, 0);
pci_resource_start  314 drivers/staging/comedi/drivers/me4000.c 	unsigned long xilinx_iobase = pci_resource_start(pcidev, 5);
pci_resource_start 1119 drivers/staging/comedi/drivers/me4000.c 	devpriv->plx_regbase = pci_resource_start(pcidev, 1);
pci_resource_start 1120 drivers/staging/comedi/drivers/me4000.c 	dev->iobase = pci_resource_start(pcidev, 2);
pci_resource_start 1208 drivers/staging/comedi/drivers/me4000.c 		unsigned long timer_base = pci_resource_start(pcidev, 3);
pci_resource_start  801 drivers/staging/comedi/drivers/mite.c 	daq_phys_addr = pci_resource_start(mite->pcidev, 1);
pci_resource_start  620 drivers/staging/comedi/drivers/ni_65xx.c 	main_phys_addr = pci_resource_start(pcidev, 1);
pci_resource_start  148 drivers/staging/comedi/drivers/ni_670x.c 	main_phys_addr = pci_resource_start(pcidev, 1);
pci_resource_start   59 drivers/staging/comedi/drivers/ni_labpc_pci.c 	main_phys_addr = pci_resource_start(pcidev, 1);
pci_resource_start 1223 drivers/staging/comedi/drivers/ni_pcimio.c 	daq_phys_addr = pci_resource_start(mite->pcidev, 1);
pci_resource_start  279 drivers/staging/gasket/gasket_core.c 		(ulong)pci_resource_start(gasket_dev->pci_dev, bar_num);
pci_resource_start  350 drivers/staging/gasket/gasket_core.c 	base = pci_resource_start(dev->pci_dev, bar_num);
pci_resource_start   78 drivers/staging/isdn/avm/b1isa.c 	card->port = pci_resource_start(pdev, 0);
pci_resource_start  314 drivers/staging/isdn/avm/b1pci.c 	if (pci_resource_start(pdev, 2)) { /* B1 PCI V4 */
pci_resource_start  318 drivers/staging/isdn/avm/b1pci.c 		param.membase = pci_resource_start(pdev, 0);
pci_resource_start  319 drivers/staging/isdn/avm/b1pci.c 		param.port = pci_resource_start(pdev, 2);
pci_resource_start  334 drivers/staging/isdn/avm/b1pci.c 		param.port = pci_resource_start(pdev, 1);
pci_resource_start 1251 drivers/staging/isdn/avm/c4.c 	param.port = pci_resource_start(dev, 1);
pci_resource_start 1253 drivers/staging/isdn/avm/c4.c 	param.membase = pci_resource_start(dev, 0);
pci_resource_start  386 drivers/staging/isdn/avm/t1isa.c 	card->port = pci_resource_start(pdev, 0);
pci_resource_start  201 drivers/staging/isdn/avm/t1pci.c 	param.port = pci_resource_start(dev, 1);
pci_resource_start  203 drivers/staging/isdn/avm/t1pci.c 	param.membase = pci_resource_start(dev, 0);
pci_resource_start   79 drivers/staging/isdn/hysdn/hysdn_init.c 	card->iobase = pci_resource_start(akt_pcidev, PCI_REG_PLX_IO_BASE);
pci_resource_start   80 drivers/staging/isdn/hysdn/hysdn_init.c 	card->plxbase = pci_resource_start(akt_pcidev, PCI_REG_PLX_MEM_BASE);
pci_resource_start   81 drivers/staging/isdn/hysdn/hysdn_init.c 	card->membase = pci_resource_start(akt_pcidev, PCI_REG_MEMORY_BASE);
pci_resource_start  317 drivers/staging/kpc2000/kpc2000/cell_probe.c 	kudev->uioinfo.mem[0].addr = pci_resource_start(pcard->pdev, REG_BAR) + cte.offset;
pci_resource_start  337 drivers/staging/kpc2000/kpc2000/core.c 	reg_bar_phys_addr = pci_resource_start(pcard->pdev, REG_BAR);
pci_resource_start  366 drivers/staging/kpc2000/kpc2000/core.c 	dma_bar_phys_addr = pci_resource_start(pcard->pdev, DMA_BAR);
pci_resource_start  632 drivers/staging/media/ipu3/ipu3.c 	phys = pci_resource_start(pci_dev, IMGU_PCI_BAR);
pci_resource_start 4620 drivers/staging/qlge/qlge_main.c 	    ioremap_nocache(pci_resource_start(pdev, 1),
pci_resource_start 4630 drivers/staging/qlge/qlge_main.c 	    ioremap_nocache(pci_resource_start(pdev, 3),
pci_resource_start 2449 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	pmem_start = pci_resource_start(pdev, 1);
pci_resource_start 2566 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 			release_mem_region(pci_resource_start(pdev, 1),
pci_resource_start  860 drivers/staging/rts5208/rtsx.c 	dev->addr = pci_resource_start(pci, 0);
pci_resource_start 1064 drivers/staging/sm750fb/sm750.c 	ap->ranges[0].base = pci_resource_start(pdev, 0);
pci_resource_start   35 drivers/staging/sm750fb/sm750_hw.c 	sm750_dev->vidreg_start  = pci_resource_start(pdev, 1);
pci_resource_start   69 drivers/staging/sm750fb/sm750_hw.c 	sm750_dev->vidmem_start = pci_resource_start(pdev, 0);
pci_resource_start  111 drivers/staging/uwb/whci.c 	umc->resource.start  = pci_resource_start(card->pci, bar)
pci_resource_start  184 drivers/staging/uwb/whci.c 	if (!request_mem_region(pci_resource_start(pci, 0),
pci_resource_start  211 drivers/staging/uwb/whci.c 	release_mem_region(pci_resource_start(pci, 0), UWBCAPDATA_SIZE(card->n_caps));
pci_resource_start  234 drivers/staging/uwb/whci.c 	release_mem_region(pci_resource_start(pci, 0), UWBCAPDATA_SIZE(card->n_caps));
pci_resource_start 1692 drivers/staging/vt6655/device_main.c 	priv->memaddr = pci_resource_start(pcid, 0);
pci_resource_start 1693 drivers/staging/vt6655/device_main.c 	priv->ioaddr = pci_resource_start(pcid, 1);
pci_resource_start 3693 drivers/tty/cyclades.c 		addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
pci_resource_start 3699 drivers/tty/cyclades.c 		addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
pci_resource_start 3715 drivers/tty/cyclades.c 		ctl_addr = addr0 = ioremap_nocache(pci_resource_start(pdev, 0),
pci_resource_start 3730 drivers/tty/cyclades.c 		addr2 = ioremap_nocache(pci_resource_start(pdev, 2),
pci_resource_start 1545 drivers/tty/isicom.c 	board->base = pci_resource_start(pdev, 3);
pci_resource_start  964 drivers/tty/moxa.c 	board->basemem = ioremap_nocache(pci_resource_start(pdev, 2), 0x4000);
pci_resource_start 2588 drivers/tty/mxser.c 	ioaddress = pci_resource_start(pdev, 2);
pci_resource_start 2598 drivers/tty/mxser.c 	ioaddress = pci_resource_start(pdev, 3);
pci_resource_start 1896 drivers/tty/rocket.c 	rcktpt_io_addr[i] = pci_resource_start(dev, 0);
pci_resource_start 2073 drivers/tty/rocket.c 		rcktpt_io_addr[i] = pci_resource_start(dev, 2);
pci_resource_start 2074 drivers/tty/rocket.c 		ConfigIO = pci_resource_start(dev, 1);
pci_resource_start 2094 drivers/tty/rocket.c 		rcktpt_io_addr[i] = pci_resource_start(dev, 2);
pci_resource_start 2096 drivers/tty/rocket.c 		ConfigIO = pci_resource_start(dev, 1);
pci_resource_start 2104 drivers/tty/rocket.c 		rcktpt_io_addr[i] = pci_resource_start(dev, 2);
pci_resource_start 2106 drivers/tty/rocket.c 		ConfigIO = pci_resource_start(dev, 1);
pci_resource_start  206 drivers/tty/serial/8250/8250_exar.c 	port->port.mapbase = pci_resource_start(pcidev, bar) + offset;
pci_resource_start  313 drivers/tty/serial/8250/8250_lpss.c 	uart.port.mapbase = pci_resource_start(pdev, 0);
pci_resource_start  310 drivers/tty/serial/8250/8250_mid.c 	uart.port.mapbase = pci_resource_start(pdev, bar);
pci_resource_start  101 drivers/tty/serial/8250/8250_pci.c 		port->port.mapbase = pci_resource_start(dev, bar) + offset;
pci_resource_start  106 drivers/tty/serial/8250/8250_pci.c 		port->port.iobase = pci_resource_start(dev, bar) + offset;
pci_resource_start  280 drivers/tty/serial/8250/8250_pci.c 	p = ioremap_nocache(pci_resource_start(dev, 0), 0x80);
pci_resource_start  304 drivers/tty/serial/8250/8250_pci.c 	p = ioremap_nocache(pci_resource_start(dev, 0), 0x80);
pci_resource_start  480 drivers/tty/serial/8250/8250_pci.c 	p = ioremap_nocache(pci_resource_start(dev, 0), 0x80);
pci_resource_start 1293 drivers/tty/serial/8250/8250_pci.c 		unsigned long base = pci_resource_start(dev, 0);
pci_resource_start 1311 drivers/tty/serial/8250/8250_pci.c 	port->port.iobase = pci_resource_start(priv->dev, FL_GET_BASE(board->flags));
pci_resource_start 1570 drivers/tty/serial/8250/8250_pci.c 	bar_data[0] = pci_resource_start(dev, 5);
pci_resource_start 1571 drivers/tty/serial/8250/8250_pci.c 	bar_data[1] = pci_resource_start(dev, 4);
pci_resource_start 1572 drivers/tty/serial/8250/8250_pci.c 	bar_data[2] = pci_resource_start(dev, 3);
pci_resource_start 1642 drivers/tty/serial/8250/8250_pci.c 	port->port.mapbase = pci_resource_start(pdev, 0) + 8 * idx;
pci_resource_start 1524 drivers/tty/serial/icom.c 	icom_adapter->base_addr_pci = pci_resource_start(dev, 0);
pci_resource_start  138 drivers/tty/serial/jsm/jsm_driver.c 		brd->membase = pci_resource_start(pdev, 4);
pci_resource_start  146 drivers/tty/serial/jsm/jsm_driver.c 		brd->iobase = pci_resource_start(pdev, 1);
pci_resource_start  190 drivers/tty/serial/jsm/jsm_driver.c 		brd->membase	= pci_resource_start(pdev, 0);
pci_resource_start 1777 drivers/tty/serial/pch_uart.c 	iobase = pci_resource_start(pdev, 0);
pci_resource_start 1778 drivers/tty/serial/pch_uart.c 	mapbase = pci_resource_start(pdev, 1);
pci_resource_start  679 drivers/tty/serial/rp2.c 	phys_base = pci_resource_start(card->pdev, 1);
pci_resource_start 1189 drivers/tty/serial/serial_txx9.c 	port.iobase = pci_resource_start(dev, 1);
pci_resource_start 7994 drivers/tty/synclink.c 	info->io_base = pci_resource_start(dev, 2);
pci_resource_start 7996 drivers/tty/synclink.c 	info->phys_memory_base = pci_resource_start(dev, 3);
pci_resource_start 8002 drivers/tty/synclink.c 	info->phys_lcr_base = pci_resource_start(dev, 0);
pci_resource_start 3584 drivers/tty/synclink_gt.c 		info->phys_reg_addr = pci_resource_start(pdev,0);
pci_resource_start 3750 drivers/tty/synclinkmp.c 		info->phys_lcr_base = pci_resource_start(pdev,0);
pci_resource_start 3751 drivers/tty/synclinkmp.c 		info->phys_sca_base = pci_resource_start(pdev,2);
pci_resource_start 3752 drivers/tty/synclinkmp.c 		info->phys_memory_base = pci_resource_start(pdev,3);
pci_resource_start 3753 drivers/tty/synclinkmp.c 		info->phys_statctrl_base = pci_resource_start(pdev,4);
pci_resource_start   85 drivers/uio/uio_aec.c 	info->port[0].start = pci_resource_start(pdev, 0);
pci_resource_start   56 drivers/uio/uio_cif.c 	info->mem[0].addr = pci_resource_start(dev, 0);
pci_resource_start   65 drivers/uio/uio_cif.c 	info->mem[1].addr = pci_resource_start(dev, 2);
pci_resource_start  119 drivers/uio/uio_mf624.c 	resource_size_t start = pci_resource_start(dev, bar);
pci_resource_start   81 drivers/uio/uio_netx.c 	info->mem[0].addr = pci_resource_start(dev, bar);
pci_resource_start   84 drivers/uio/uio_netx.c 	info->mem[0].internal_addr = ioremap(pci_resource_start(dev, bar),
pci_resource_start  108 drivers/uio/uio_sercos3.c 	info->mem[n].addr = pci_resource_start(dev, pci_bar);
pci_resource_start  111 drivers/uio/uio_sercos3.c 	info->mem[n].internal_addr = ioremap(pci_resource_start(dev, pci_bar),
pci_resource_start  110 drivers/usb/cdns3/cdns3-pci-wrap.c 		res[RES_DEV_ID].start = pci_resource_start(pdev, PCI_BAR_DEV);
pci_resource_start  117 drivers/usb/cdns3/cdns3-pci-wrap.c 		res[RES_HOST_ID].start = pci_resource_start(pdev, PCI_BAR_HOST);
pci_resource_start  134 drivers/usb/cdns3/cdns3-pci-wrap.c 		res[RES_DRD_ID].start = pci_resource_start(pdev, PCI_BAR_OTG);
pci_resource_start   89 drivers/usb/chipidea/ci_hdrc_pci.c 	res[0].start	= pci_resource_start(pdev, 0);
pci_resource_start  217 drivers/usb/core/hcd-pci.c 		hcd->rsrc_start = pci_resource_start(dev, 0);
pci_resource_start  242 drivers/usb/core/hcd-pci.c 			hcd->rsrc_start = pci_resource_start(dev, region);
pci_resource_start  129 drivers/usb/dwc2/pci.c 	res[0].start	= pci_resource_start(pci, 0);
pci_resource_start   62 drivers/usb/dwc3/dwc3-haps.c 	res[0].start	= pci_resource_start(pci, 0);
pci_resource_start  243 drivers/usb/dwc3/dwc3-pci.c 	res[0].start	= pci_resource_start(pci, 0);
pci_resource_start   74 drivers/usb/gadget/udc/amd5536udc_pci.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start  110 drivers/usb/gadget/udc/amd5536udc_pci.c 	resource = pci_resource_start(pdev, 0);
pci_resource_start   67 drivers/usb/gadget/udc/bdc/bdc_pci.c 	res[0].start	= pci_resource_start(pci, 0);
pci_resource_start 1726 drivers/usb/gadget/udc/goku_udc.c 		release_mem_region(pci_resource_start (pdev, 0),
pci_resource_start 1776 drivers/usb/gadget/udc/goku_udc.c 	resource = pci_resource_start(pdev, 0);
pci_resource_start 2317 drivers/usb/gadget/udc/net2272.c 		resource = pci_resource_start(pdev, i);
pci_resource_start 2374 drivers/usb/gadget/udc/net2272.c 		release_mem_region(pci_resource_start(pdev, i),
pci_resource_start 2395 drivers/usb/gadget/udc/net2272.c 		resource = pci_resource_start(pdev, i);
pci_resource_start 2432 drivers/usb/gadget/udc/net2272.c 		release_mem_region(pci_resource_start(pdev, i),
pci_resource_start 2498 drivers/usb/gadget/udc/net2272.c 		release_mem_region(pci_resource_start(pdev, i),
pci_resource_start 2518 drivers/usb/gadget/udc/net2272.c 		release_mem_region(pci_resource_start(pdev, i),
pci_resource_start 3600 drivers/usb/gadget/udc/net2280.c 		release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start 3649 drivers/usb/gadget/udc/net2280.c 	resource = pci_resource_start(pdev, 0);
pci_resource_start  733 drivers/usb/host/pci-quirks.c 			base = pci_resource_start(pdev, i);
pci_resource_start  743 drivers/usb/host/pci-quirks.c 	return pci_resource_start(pdev, idx) && mmio_enabled(pdev);
pci_resource_start 1153 drivers/usb/host/pci-quirks.c 	base = ioremap_nocache(pci_resource_start(pdev, 0), len);
pci_resource_start   40 drivers/usb/isp1760/isp1760-if.c 	mem_start = pci_resource_start(dev, 3);
pci_resource_start   96 drivers/usb/isp1760/isp1760-if.c 	mem_start = pci_resource_start(dev, 0);
pci_resource_start 1251 drivers/vfio/pci/vfio_pci.c 	vma->vm_pgoff = (pci_resource_start(pdev, index) >> PAGE_SHIFT) + pgoff;
pci_resource_start  459 drivers/vfio/pci/vfio_pci_config.c 		if (!pci_resource_start(pdev, i)) {
pci_resource_start  483 drivers/vfio/pci/vfio_pci_config.c 	if (pci_resource_start(pdev, PCI_ROM_RESOURCE)) {
pci_resource_start  167 drivers/vfio/pci/vfio_pci_rdwr.c 	if (pci_resource_start(pdev, bar))
pci_resource_start  456 drivers/video/console/sticore.c 			newhpa = pci_resource_start (sti->pd, (offs - PCI_BASE_ADDRESS_0) / 4);
pci_resource_start  907 drivers/video/console/sticore.c 		rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE);	
pci_resource_start  978 drivers/video/console/sticore.c 	fb_base = pci_resource_start(pd, 0);
pci_resource_start  980 drivers/video/console/sticore.c 	rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE);
pci_resource_start  986 drivers/video/fbdev/arkfb.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start  547 drivers/video/fbdev/asiliantfb.c 	addr = pci_resource_start(dp, 0);
pci_resource_start  591 drivers/video/fbdev/asiliantfb.c 	release_mem_region(pci_resource_start(dp, 0), pci_resource_len(dp, 0));
pci_resource_start 2071 drivers/video/fbdev/aty/aty128fb.c 	fb_addr = pci_resource_start(pdev, 0);
pci_resource_start 2079 drivers/video/fbdev/aty/aty128fb.c 	reg_addr = pci_resource_start(pdev, 2);
pci_resource_start 2155 drivers/video/fbdev/aty/aty128fb.c 	release_mem_region(pci_resource_start(pdev, 2),
pci_resource_start 2158 drivers/video/fbdev/aty/aty128fb.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start 2183 drivers/video/fbdev/aty/aty128fb.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start 2185 drivers/video/fbdev/aty/aty128fb.c 	release_mem_region(pci_resource_start(pdev, 2),
pci_resource_start 2264 drivers/video/fbdev/aty/radeon_base.c 	ap->ranges[0].base = pci_resource_start(pdev, 0);
pci_resource_start 2321 drivers/video/fbdev/aty/radeon_base.c 	rinfo->fb_base_phys = pci_resource_start (pdev, 0);
pci_resource_start 2322 drivers/video/fbdev/aty/radeon_base.c 	rinfo->mmio_base_phys = pci_resource_start (pdev, 2);
pci_resource_start  626 drivers/video/fbdev/carminefb.c 	carminefb_fix.mmio_start = pci_resource_start(dev, CARMINE_CONFIG_BAR);
pci_resource_start  644 drivers/video/fbdev/carminefb.c 	carminefb_fix.smem_start = pci_resource_start(dev, CARMINE_MEMORY_BAR);
pci_resource_start  363 drivers/video/fbdev/chipsfb.c 	addr = pci_resource_start(dp, 0);
pci_resource_start 1916 drivers/video/fbdev/cirrusfb.c 		*display = pci_resource_start(pdev, 1);
pci_resource_start 1917 drivers/video/fbdev/cirrusfb.c 		*registers = pci_resource_start(pdev, 0);
pci_resource_start 1919 drivers/video/fbdev/cirrusfb.c 		*display = pci_resource_start(pdev, 0);
pci_resource_start 1920 drivers/video/fbdev/cirrusfb.c 		*registers = pci_resource_start(pdev, 1);
pci_resource_start 1790 drivers/video/fbdev/core/fbmem.c 		ap->ranges[idx].base = pci_resource_start(pdev, bar);
pci_resource_start 1793 drivers/video/fbdev/core/fbmem.c 			 (unsigned long)pci_resource_start(pdev, bar),
pci_resource_start 1744 drivers/video/fbdev/cyber2000fb.c 	cfb->fb.fix.mmio_start = pci_resource_start(dev, 0) + MMIO_OFFSET;
pci_resource_start 1745 drivers/video/fbdev/cyber2000fb.c 	cfb->fb.fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start  250 drivers/video/fbdev/geode/gxfb_core.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start  354 drivers/video/fbdev/geode/lxfb_core.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start  631 drivers/video/fbdev/gxt4500.c 	reg_phys = pci_resource_start(pdev, 0);
pci_resource_start  638 drivers/video/fbdev/gxt4500.c 	fb_phys = pci_resource_start(pdev, 1);
pci_resource_start  746 drivers/video/fbdev/gxt4500.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start  748 drivers/video/fbdev/gxt4500.c 	release_mem_region(pci_resource_start(pdev, 1),
pci_resource_start  720 drivers/video/fbdev/hyperv_fb.c 		info->apertures->ranges[0].base = pci_resource_start(pdev, 0);
pci_resource_start 1063 drivers/video/fbdev/i740fb.c 	info->fix.mmio_start = pci_resource_start(dev, 1);
pci_resource_start 1065 drivers/video/fbdev/i740fb.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start 1850 drivers/video/fbdev/i810/i810_main.c 		par->aperture.physical = pci_resource_start(par->dev, 0);
pci_resource_start 1852 drivers/video/fbdev/i810/i810_main.c 		par->mmio_start_phys = pci_resource_start(par->dev, 1);
pci_resource_start 1854 drivers/video/fbdev/i810/i810_main.c 		par->aperture.physical = pci_resource_start(par->dev, 1);
pci_resource_start 1856 drivers/video/fbdev/i810/i810_main.c 		par->mmio_start_phys = pci_resource_start(par->dev, 0);
pci_resource_start 1485 drivers/video/fbdev/imsttfb.c 	addr = pci_resource_start (pdev, 0);
pci_resource_start  537 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar);
pci_resource_start  539 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->mmio_base_phys    = pci_resource_start(pdev, mmio_bar);
pci_resource_start  541 drivers/video/fbdev/intelfb/intelfbdrv.c 		(unsigned long long)pci_resource_start(pdev, aperture_bar),
pci_resource_start  543 drivers/video/fbdev/intelfb/intelfbdrv.c 		(unsigned long long)pci_resource_start(pdev, mmio_bar),
pci_resource_start  207 drivers/video/fbdev/intelfb/intelfbhw.c 		if (pci_resource_start(pdev, 2) & 0x08000000)
pci_resource_start  680 drivers/video/fbdev/kyro/fbdev.c 	kyro_fix.smem_start = pci_resource_start(pdev, 0);
pci_resource_start  682 drivers/video/fbdev/kyro/fbdev.c 	kyro_fix.mmio_start = pci_resource_start(pdev, 1);
pci_resource_start 1680 drivers/video/fbdev/matrox/matroxfb_base.c 		ctrlptr_phys = pci_resource_start(minfo->pcidev, 1);
pci_resource_start 1681 drivers/video/fbdev/matrox/matroxfb_base.c 		video_base_phys = pci_resource_start(minfo->pcidev, 0);
pci_resource_start 1684 drivers/video/fbdev/matrox/matroxfb_base.c 		ctrlptr_phys = pci_resource_start(minfo->pcidev, 0);
pci_resource_start 1685 drivers/video/fbdev/matrox/matroxfb_base.c 		video_base_phys = pci_resource_start(minfo->pcidev, 1);
pci_resource_start 1025 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 		par->fb_base_phys = pci_resource_start(par->pdev, 0);
pci_resource_start 1038 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 		par->fb_base_phys = pci_resource_start(par->pdev, 2);
pci_resource_start 1039 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c 		par->mmio_base_phys = pci_resource_start(par->pdev, 3);
pci_resource_start 1652 drivers/video/fbdev/neofb.c 			info->fix.mmio_start = pci_resource_start(dev, 0)+
pci_resource_start 1657 drivers/video/fbdev/neofb.c 			info->fix.mmio_start = pci_resource_start(dev, 0)+
pci_resource_start 1666 drivers/video/fbdev/neofb.c 			info->fix.mmio_start = pci_resource_start(dev, 1);
pci_resource_start 1669 drivers/video/fbdev/neofb.c 			info->fix.mmio_start = pci_resource_start(dev, 0);
pci_resource_start 1712 drivers/video/fbdev/neofb.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start 1317 drivers/video/fbdev/nvidia/nvidia.c 	nvidiafb_fix.mmio_start = pci_resource_start(pd, 0);
pci_resource_start 1318 drivers/video/fbdev/nvidia/nvidia.c 	nvidiafb_fix.smem_start = pci_resource_start(pd, 1);
pci_resource_start 1546 drivers/video/fbdev/pm2fb.c 	pm2fb_fix.mmio_start = pci_resource_start(pdev, 0);
pci_resource_start 1626 drivers/video/fbdev/pm2fb.c 	pm2fb_fix.smem_start = pci_resource_start(pdev, 1);
pci_resource_start 1336 drivers/video/fbdev/pm3fb.c 	pm3fb_fix.mmio_start = pci_resource_start(dev, 0);
pci_resource_start 1359 drivers/video/fbdev/pm3fb.c 	pm3fb_fix.smem_start = pci_resource_start(dev, 1);
pci_resource_start  948 drivers/video/fbdev/pvr2fb.c 	pvr2_fix.smem_start	= pci_resource_start(pdev, 0);
pci_resource_start  951 drivers/video/fbdev/pvr2fb.c 	pvr2_fix.mmio_start	= pci_resource_start(pdev, 1);
pci_resource_start 1965 drivers/video/fbdev/riva/fbdev.c 	rivafb_fix.mmio_start = pci_resource_start(pd, 0);
pci_resource_start 1966 drivers/video/fbdev/riva/fbdev.c 	rivafb_fix.smem_start = pci_resource_start(pd, 1);
pci_resource_start 1154 drivers/video/fbdev/s3fb.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start 1720 drivers/video/fbdev/savage/savagefb_driver.c 		par->mmio.pbase = pci_resource_start(par->pcidev, 0) +
pci_resource_start 1723 drivers/video/fbdev/savage/savagefb_driver.c 		par->mmio.pbase = pci_resource_start(par->pcidev, 0) +
pci_resource_start 1772 drivers/video/fbdev/savage/savagefb_driver.c 	par->video.pbase = pci_resource_start(par->pcidev, resource);
pci_resource_start 6036 drivers/video/fbdev/sis/sis_main.c 	ivideo->video_base = pci_resource_start(pdev, 0);
pci_resource_start 6038 drivers/video/fbdev/sis/sis_main.c 	ivideo->mmio_base  = pci_resource_start(pdev, 1);
pci_resource_start 6040 drivers/video/fbdev/sis/sis_main.c 	ivideo->SiS_Pr.RelIO = pci_resource_start(pdev, 2) + 0x30;
pci_resource_start 1402 drivers/video/fbdev/sm712fb.c 	sfb->fb->fix.smem_start = pci_resource_start(pdev, 0);
pci_resource_start 1561 drivers/video/fbdev/sm712fb.c 	mmio_base = pci_resource_start(pdev, 0);
pci_resource_start 1352 drivers/video/fbdev/sstfb.c 	fix->mmio_start = pci_resource_start(pdev,0);
pci_resource_start  150 drivers/video/fbdev/sunxvr2500.c 	sp->fb_base_phys = pci_resource_start (pdev, 1);
pci_resource_start  293 drivers/video/fbdev/sunxvr500.c 	ep->regs_base_phys = pci_resource_start (pdev, 1);
pci_resource_start  314 drivers/video/fbdev/sunxvr500.c 	ep->fb_base_phys = pci_resource_start (pdev, 0);
pci_resource_start 1411 drivers/video/fbdev/tdfxfb.c 	info->fix.mmio_start = pci_resource_start(pdev, 0);
pci_resource_start 1427 drivers/video/fbdev/tdfxfb.c 	info->fix.smem_start = pci_resource_start(pdev, 1);
pci_resource_start 1448 drivers/video/fbdev/tdfxfb.c 	default_par->iobase = pci_resource_start(pdev, 2);
pci_resource_start 1450 drivers/video/fbdev/tdfxfb.c 	if (!request_region(pci_resource_start(pdev, 2),
pci_resource_start 1551 drivers/video/fbdev/tdfxfb.c 	release_region(pci_resource_start(pdev, 2),
pci_resource_start 1618 drivers/video/fbdev/tdfxfb.c 	release_region(pci_resource_start(pdev, 2),
pci_resource_start 1620 drivers/video/fbdev/tdfxfb.c 	release_mem_region(pci_resource_start(pdev, 1),
pci_resource_start 1622 drivers/video/fbdev/tdfxfb.c 	release_mem_region(pci_resource_start(pdev, 0),
pci_resource_start 1428 drivers/video/fbdev/tgafb.c 		bar0_start = pci_resource_start(to_pci_dev(dev), 0);
pci_resource_start 1546 drivers/video/fbdev/tgafb.c 		bar0_start = pci_resource_start(to_pci_dev(dev), 0);
pci_resource_start 1549 drivers/video/fbdev/tridentfb.c 	tridentfb_fix.mmio_start = pci_resource_start(dev, 1);
pci_resource_start 1571 drivers/video/fbdev/tridentfb.c 	tridentfb_fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start  313 drivers/video/fbdev/vermilion/vermilion.c 	par->vdc_mem_base = pci_resource_start(par->vdc, 0);
pci_resource_start  328 drivers/video/fbdev/vermilion/vermilion.c 	par->gpu_mem_base = pci_resource_start(par->gpu, 0);
pci_resource_start  443 drivers/video/fbdev/via/via-core.c 	vdev->engine_start = pci_resource_start(vdev->pdev, 1);
pci_resource_start  459 drivers/video/fbdev/via/via-core.c 		vdev->fbmem_start = pci_resource_start(vdev->pdev, 2);
pci_resource_start  461 drivers/video/fbdev/via/via-core.c 		vdev->fbmem_start = pci_resource_start(vdev->pdev, 0);
pci_resource_start  695 drivers/video/fbdev/vt8623fb.c 	info->fix.smem_start = pci_resource_start(dev, 0);
pci_resource_start  697 drivers/video/fbdev/vt8623fb.c 	info->fix.mmio_start = pci_resource_start(dev, 1);
pci_resource_start  302 drivers/virt/vboxguest/vboxguest_linux.c 	io = pci_resource_start(pci, 0);
pci_resource_start  314 drivers/virt/vboxguest/vboxguest_linux.c 	mmio = pci_resource_start(pci, 1);
pci_resource_start   58 drivers/vme/boards/vme_vmivme7805.c 	vmic_base = ioremap_nocache(pci_resource_start(pdev, 0), 16);
pci_resource_start 1641 drivers/vme/bridges/vme_ca91cx42.c 	ca91cx42_device->base = ioremap_nocache(pci_resource_start(pdev, 0),
pci_resource_start 2320 drivers/vme/bridges/vme_tsi148.c 	tsi148_device->base = ioremap_nocache(pci_resource_start(pdev, 0),
pci_resource_start  140 drivers/w1/masters/matrox_w1.c 	dev->phys_addr = pci_resource_start(pdev, 1);
pci_resource_start  700 drivers/watchdog/pcwd_pci.c 	if (pci_resource_start(pdev, 0) == 0x0000) {
pci_resource_start  708 drivers/watchdog/pcwd_pci.c 	pcipcwd_private.io_addr = pci_resource_start(pdev, 0);
pci_resource_start  624 drivers/watchdog/wdt_pci.c 	if (pci_resource_start(dev, 2) == 0x0000) {
pci_resource_start  632 drivers/watchdog/wdt_pci.c 		       (unsigned long long)pci_resource_start(dev, 2));
pci_resource_start  637 drivers/watchdog/wdt_pci.c 	io = pci_resource_start(dev, 2);
pci_resource_start  108 drivers/xen/platform-pci.c 	ioaddr = pci_resource_start(pdev, 0);
pci_resource_start  110 drivers/xen/platform-pci.c 	mmio_addr = pci_resource_start(pdev, 1);
pci_resource_start 1838 include/linux/pci.h 	((pci_resource_start((dev), (bar)) == 0 &&	\
pci_resource_start 1840 include/linux/pci.h 	  pci_resource_start((dev), (bar))) ? 0 :	\
pci_resource_start 1843 include/linux/pci.h 	  pci_resource_start((dev), (bar)) + 1))
pci_resource_start   33 lib/pci_iomap.c 	resource_size_t start = pci_resource_start(dev, bar);
pci_resource_start   73 lib/pci_iomap.c 	resource_size_t start = pci_resource_start(dev, bar);
pci_resource_start  140 samples/vfio-mdev/mdpy-fb.c 	info->fix.smem_start = pci_resource_start(pdev, 0);
pci_resource_start  904 sound/pci/ad1889.c 	chip->bar = pci_resource_start(pci, 0);
pci_resource_start 2049 sound/pci/ali5451/ali5451.c 	codec->port = pci_resource_start(codec->pci, 0);
pci_resource_start  673 sound/pci/als300.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start  871 sound/pci/als4000.c 	iobase = pci_resource_start(pci, 0);
pci_resource_start  379 sound/pci/asihpi/hpioctl.c 				ioremap(pci_resource_start(pci_dev, idx),
pci_resource_start 1594 sound/pci/atiixp.c 	chip->addr = pci_resource_start(pci, 0);
pci_resource_start 1222 sound/pci/atiixp_modem.c 	chip->addr = pci_resource_start(pci, 0);
pci_resource_start  171 sound/pci/au88x0/au88x0.c 	chip->io = pci_resource_start(pci, 0);
pci_resource_start  272 sound/pci/aw2/aw2-alsa.c 	chip->iobase_phys = pci_resource_start(pci, 0);
pci_resource_start 2420 sound/pci/azt3328.c 	chip->ctrl_io  = pci_resource_start(pci, 0);
pci_resource_start 2421 sound/pci/azt3328.c 	chip->game_io  = pci_resource_start(pci, 1);
pci_resource_start 2422 sound/pci/azt3328.c 	chip->mpu_io   = pci_resource_start(pci, 2);
pci_resource_start 2423 sound/pci/azt3328.c 	chip->opl3_io  = pci_resource_start(pci, 3);
pci_resource_start 2424 sound/pci/azt3328.c 	chip->mixer_io = pci_resource_start(pci, 4);
pci_resource_start  930 sound/pci/bt87x.c 		card->shortname, (unsigned long long)pci_resource_start(pci, 0),
pci_resource_start 1678 sound/pci/ca0106/ca0106_main.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start 3039 sound/pci/cmipci.c 	cm->iobase = pci_resource_start(pci, 0);
pci_resource_start 1355 sound/pci/cs4281.c 	chip->ba0_addr = pci_resource_start(pci, 0);
pci_resource_start 1356 sound/pci/cs4281.c 	chip->ba1_addr = pci_resource_start(pci, 1);
pci_resource_start 3895 sound/pci/cs46xx/cs46xx_lib.c 	chip->ba0_addr = pci_resource_start(pci, 0);
pci_resource_start 3896 sound/pci/cs46xx/cs46xx_lib.c 	chip->ba1_addr = pci_resource_start(pci, 1);
pci_resource_start  131 sound/pci/cs5530.c 	chip->pci_base = pci_resource_start(pci, 0);
pci_resource_start  296 sound/pci/cs5535audio/cs5535audio.c 	cs5535au->port = pci_resource_start(pci, 0);
pci_resource_start 1807 sound/pci/ctxfi/cthw20k1.c 	io_base = pci_resource_start(pci, 0);
pci_resource_start 1917 sound/pci/ctxfi/cthw20k1.c 			hw->io_base = pci_resource_start(pci, 5);
pci_resource_start 1919 sound/pci/ctxfi/cthw20k1.c 			hw->io_base = pci_resource_start(pci, 0);
pci_resource_start 2041 sound/pci/ctxfi/cthw20k2.c 		hw->io_base = pci_resource_start(hw->pci, 2);
pci_resource_start 1930 sound/pci/echoaudio/echoaudio.c 	chip->dsp_registers_phys = pci_resource_start(pci, 0);
pci_resource_start 1900 sound/pci/emu10k1/emu10k1_main.c 	emu->port = pci_resource_start(pci, 0);
pci_resource_start  922 sound/pci/emu10k1/emu10k1x.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start 2089 sound/pci/ens1370.c 	ensoniq->port = pci_resource_start(pci, 0);
pci_resource_start 1607 sound/pci/es1938.c 	chip->io_port = pci_resource_start(pci, 0);
pci_resource_start 1608 sound/pci/es1938.c 	chip->sb_port = pci_resource_start(pci, 1);
pci_resource_start 1609 sound/pci/es1938.c 	chip->vc_port = pci_resource_start(pci, 2);
pci_resource_start 1610 sound/pci/es1938.c 	chip->mpu_port = pci_resource_start(pci, 3);
pci_resource_start 1611 sound/pci/es1938.c 	chip->game_port = pci_resource_start(pci, 4);
pci_resource_start 1786 sound/pci/es1938.c 		if (pci_resource_start(pci, idx) == 0 ||
pci_resource_start 2711 sound/pci/es1968.c 	chip->io_port = pci_resource_start(pci, 0);
pci_resource_start 1221 sound/pci/fm801.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start 1819 sound/pci/hda/hda_intel.c 	bus->addr = pci_resource_start(pci, 0);
pci_resource_start 2570 sound/pci/ice1712/ice1712.c 	ice->port = pci_resource_start(pci, 0);
pci_resource_start 2571 sound/pci/ice1712/ice1712.c 	ice->ddma_port = pci_resource_start(pci, 1);
pci_resource_start 2572 sound/pci/ice1712/ice1712.c 	ice->dmapath_port = pci_resource_start(pci, 2);
pci_resource_start 2573 sound/pci/ice1712/ice1712.c 	ice->profi_port = pci_resource_start(pci, 3);
pci_resource_start 2562 sound/pci/ice1712/ice1724.c 	ice->port = pci_resource_start(pci, 0);
pci_resource_start 2563 sound/pci/ice1712/ice1724.c 	ice->profi_port = pci_resource_start(pci, 1);
pci_resource_start 2204 sound/pci/korg1212/korg1212.c         korg1212->iomem = pci_resource_start(korg1212->pci, 0);
pci_resource_start 2205 sound/pci/korg1212/korg1212.c         korg1212->ioport = pci_resource_start(korg1212->pci, 1);
pci_resource_start 2206 sound/pci/korg1212/korg1212.c         korg1212->iomem2 = pci_resource_start(korg1212->pci, 2);
pci_resource_start  618 sound/pci/lola/lola.c 	chip->bar[0].addr = pci_resource_start(pci, 0);
pci_resource_start  620 sound/pci/lola/lola.c 	chip->bar[1].addr = pci_resource_start(pci, 2);
pci_resource_start  996 sound/pci/lx6464es/lx6464es.c 	chip->port_plx = pci_resource_start(pci, 1);
pci_resource_start 2621 sound/pci/maestro3.c 	chip->iobase = pci_resource_start(pci, 0);
pci_resource_start 1281 sound/pci/mixart/mixart.c 		mgr->mem[i].phys = pci_resource_start(pci, i);
pci_resource_start 1508 sound/pci/nm256/nm256.c 	chip->buffer_addr = pci_resource_start(pci, 0);
pci_resource_start 1509 sound/pci/nm256/nm256.c 	chip->cport_addr = pci_resource_start(pci, 1);
pci_resource_start  629 sound/pci/oxygen/oxygen_lib.c 	chip->addr = pci_resource_start(pci, 0);
pci_resource_start 1564 sound/pci/pcxhr/pcxhr.c 		mgr->port[i] = pci_resource_start(pci, i);
pci_resource_start 1848 sound/pci/riptide/riptide.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start 1345 sound/pci/rme32.c 	rme32->port = pci_resource_start(rme32->pci, 0);
pci_resource_start 1620 sound/pci/rme96.c 	rme96->port = pci_resource_start(rme96->pci, 0);
pci_resource_start 5227 sound/pci/rme9652/hdsp.c 	hdsp->port = pci_resource_start(pci, 0);
pci_resource_start 6592 sound/pci/rme9652/hdspm.c 	hdspm->port = pci_resource_start(pci, 0);
pci_resource_start 2473 sound/pci/rme9652/rme9652.c 	rme9652->port = pci_resource_start(pci, 0);
pci_resource_start 1327 sound/pci/sis7019.c 	sis->ioport = pci_resource_start(pci, 0);
pci_resource_start 1336 sound/pci/sis7019.c 	sis->ioaddr = ioremap_nocache(pci_resource_start(pci, 1), 0x4000);
pci_resource_start 1274 sound/pci/sonicvibes.c 	sonic->sb_port = pci_resource_start(pci, 0);
pci_resource_start 1275 sound/pci/sonicvibes.c 	sonic->enh_port = pci_resource_start(pci, 1);
pci_resource_start 1276 sound/pci/sonicvibes.c 	sonic->synth_port = pci_resource_start(pci, 2);
pci_resource_start 1277 sound/pci/sonicvibes.c 	sonic->midi_port = pci_resource_start(pci, 3);
pci_resource_start 1278 sound/pci/sonicvibes.c 	sonic->game_port = pci_resource_start(pci, 4);
pci_resource_start 1454 sound/pci/sonicvibes.c 		if (pci_resource_start(pci, idx) == 0 ||
pci_resource_start 1473 sound/pci/sonicvibes.c 		(unsigned long long)pci_resource_start(pci, 1),
pci_resource_start 3575 sound/pci/trident/trident_main.c 	trident->port = pci_resource_start(pci, 0);
pci_resource_start 2058 sound/pci/via82xx.c 			mpu_port = pci_resource_start(chip->pci, 2);
pci_resource_start 2387 sound/pci/via82xx.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start 1109 sound/pci/via82xx_modem.c 	chip->port = pci_resource_start(pci, 0);
pci_resource_start  156 sound/pci/vx222/vx222.c 		vx->port[i] = pci_resource_start(pci, i + 1);
pci_resource_start   81 sound/pci/ymfpci/ymfpci.c 			if (!(io_port = pci_resource_start(chip->pci, 2)))
pci_resource_start  200 sound/pci/ymfpci/ymfpci.c 			fm_port[dev] = pci_resource_start(pci, 1);
pci_resource_start  209 sound/pci/ymfpci/ymfpci.c 			mpu_port[dev] = pci_resource_start(pci, 1) + 0x20;
pci_resource_start 2371 sound/pci/ymfpci/ymfpci_main.c 	chip->reg_area_phys = pci_resource_start(pci, 0);
pci_resource_start   58 sound/soc/amd/raven/pci-acp3x.c 	addr = pci_resource_start(pci, 0);
pci_resource_start   37 sound/soc/intel/atom/sst/sst_pci.c 		ctx->ddr_base = pci_resource_start(pci, 0);
pci_resource_start   64 sound/soc/intel/atom/sst/sst_pci.c 	ctx->shim_phy_add = pci_resource_start(pci, 1);
pci_resource_start   73 sound/soc/intel/atom/sst/sst_pci.c 	ctx->mailbox_add = pci_resource_start(pci, 2);
pci_resource_start   83 sound/soc/intel/atom/sst/sst_pci.c 	ctx->iram_base = pci_resource_start(pci, 3);
pci_resource_start   93 sound/soc/intel/atom/sst/sst_pci.c 	ctx->dram_base = pci_resource_start(pci, 4);
pci_resource_start  918 sound/soc/intel/skylake/skl.c 	bus->addr = pci_resource_start(pci, 0);
pci_resource_start  409 sound/soc/sof/intel/byt.c 	base = pci_resource_start(pci, desc->resindex_lpe_base) - IRAM_OFFSET;
pci_resource_start  425 sound/soc/sof/intel/byt.c 	base = pci_resource_start(pci, desc->resindex_imr_base);
pci_resource_start  279 sound/soc/sof/intel/hda.c 	bus->addr = pci_resource_start(pci, 0);