Symbol: pci_resource_start
sys/compat/linuxkpi/common/include/linux/pci.h
617
unsigned long pci_resource_start(struct pci_dev *pdev, int bar);
sys/compat/linuxkpi/common/include/linux/pci.h
624
return (pci_resource_start(pdev, bar));
sys/compat/linuxkpi/common/src/linux_aperture.c
371
base = pci_resource_start(pdev, bar);
sys/dev/bnxt/bnxt_re/main.c
3360
pci_resource_start(rdev->qplib_res.pdev, 0) +
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1218
mbox->reg.bar_base = pci_resource_start(pdev, mbox->reg.bar_id);
sys/dev/bnxt/bnxt_re/qplib_res.c
1135
wcreg->bar_base = pci_resource_start(res->pdev, wcreg->bar_id);
sys/dev/bnxt/bnxt_re/qplib_res.c
1140
ucreg->bar_base = pci_resource_start(res->pdev, ucreg->bar_id);
sys/dev/irdma/irdma_verbs.c
106
pci_resource_start(ucontext->iwdev->rf->pcidev, 0)) >> PAGE_SHIFT;
sys/dev/irdma/irdma_verbs.c
178
pci_resource_start(ucontext->iwdev->rf->pcidev, 0)) >> PAGE_SHIFT;
sys/dev/mlx4/mlx4_core/mlx4_catas.c
279
addr = pci_resource_start(dev->persist->pdev,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2346
ioremap(pci_resource_start(dev->persist->pdev,
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2351
ioremap(pci_resource_start(dev->persist->pdev, 2) +
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2501
priv->cmd.hcr = ioremap(pci_resource_start(dev->persist->pdev,
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1118
priv->clr_base = ioremap(pci_resource_start(dev->persist->pdev,
sys/dev/mlx4/mlx4_core/mlx4_eq.c
929
ioremap(pci_resource_start(dev->persist->pdev, 2) +
sys/dev/mlx4/mlx4_core/mlx4_main.c
1811
bf_start = pci_resource_start(dev->persist->pdev, 2) +
sys/dev/mlx4/mlx4_core/mlx4_main.c
1858
ioremap(pci_resource_start(dev->persist->pdev,
sys/dev/mlx4/mlx4_core/mlx4_main.c
3070
owner = ioremap(pci_resource_start(dev->persist->pdev, 0) +
sys/dev/mlx4/mlx4_core/mlx4_main.c
3090
owner = ioremap(pci_resource_start(dev->persist->pdev, 0) +
sys/dev/mlx4/mlx4_core/mlx4_pd.c
159
uar->pfn = (pci_resource_start(dev->persist->pdev, 2) >> PAGE_SHIFT)
sys/dev/mlx4/mlx4_core/mlx4_reset.c
92
reset = ioremap(pci_resource_start(dev->persist->pdev, 0) +
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1126
(pci_resource_start(dev->dev->persist->pdev,
sys/dev/mlx5/mlx5_core/mlx5_main.c
968
dev->iseg_base = pci_resource_start(dev->pdev, 0);
sys/dev/mlx5/mlx5_core/mlx5_uar.c
77
return (pci_resource_start(mdev->pdev, 0) >> PAGE_SHIFT) + system_page_index;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1465
return (pci_resource_start(dev->mdev->pdev, 0) >> PAGE_SHIFT) + uar_idx / fw_uars_per_page;
sys/dev/mthca/mthca_av.c
345
dev->av_table.av_map = ioremap(pci_resource_start(dev->pdev, 4) +
sys/dev/mthca/mthca_catas.c
157
addr = pci_resource_start(dev->pdev, 0) +
sys/dev/mthca/mthca_cmd.c
523
dev->hcr = ioremap(pci_resource_start(dev->pdev, 0) + MTHCA_HCR_BASE,
sys/dev/mthca/mthca_cmd.c
766
addr = pci_resource_start(dev->pdev, 2) +
sys/dev/mthca/mthca_eq.c
646
phys_addr_t base = pci_resource_start(dev->pdev, 0);
sys/dev/mthca/mthca_mr.c
871
addr = pci_resource_start(dev->pdev, 4) +
sys/dev/mthca/mthca_mr.c
884
addr = pci_resource_start(dev->pdev, 4) +
sys/dev/mthca/mthca_reset.c
159
void __iomem *reset = ioremap(pci_resource_start(mdev->pdev, 0) +
sys/dev/mthca/mthca_uar.c
42
uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;