Symbol: ioremap
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1228
mbox->reg.bar_reg = ioremap(bar_reg, mbox->reg.len);
sys/dev/bnxt/bnxt_re/qplib_res.c
1152
ucreg->bar_reg = ioremap(ucreg->bar_base, ucreg->len);
sys/dev/bnxt/bnxt_re/qplib_res.c
890
dpi->dbr = ioremap(umaddr, PAGE_SIZE);
sys/dev/mlx4/mlx4_core/mlx4_catas.c
283
priv->catas_err.map = ioremap(addr, priv->fw.catas_size * 4);
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
1858
ioremap(pci_resource_start(dev->persist->pdev,
sys/dev/mlx4/mlx4_core/mlx4_main.c
2631
priv->kar = ioremap((phys_addr_t) priv->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
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
202
uar->map = ioremap(uar->pfn << PAGE_SHIFT, PAGE_SIZE);
sys/dev/mlx4/mlx4_core/mlx4_reset.c
92
reset = ioremap(pci_resource_start(dev->persist->pdev, 0) +
sys/dev/mlx4/mlx4_en/mlx4_en_main.c
195
mdev->uar_map = ioremap((phys_addr_t) mdev->priv_uar.pfn << PAGE_SHIFT,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2454
ibdev->uar_map = ioremap((phys_addr_t) ibdev->priv_uar.pfn << PAGE_SHIFT,
sys/dev/mlx5/mlx5_core/mlx5_main.c
969
dev->iseg = ioremap(dev->iseg_base, sizeof(*dev->iseg));
sys/dev/mlx5/mlx5_core/mlx5_uar.c
140
up->map = ioremap(pfn << PAGE_SHIFT, PAGE_SIZE);
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
161
dev->catas_err.map = ioremap(addr, dev->catas_err.size * 4);
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
768
dev->cmd.dbell_map = ioremap(addr, max_off + sizeof(u32));
sys/dev/mthca/mthca_eq.c
648
*map = ioremap(base + offset, size);
sys/dev/mthca/mthca_main.c
715
dev->kar = ioremap((phys_addr_t) dev->driver_uar.pfn << PAGE_SHIFT, PAGE_SIZE);
sys/dev/mthca/mthca_mr.c
876
ioremap(addr, mpts * sizeof(struct mthca_mpt_entry));
sys/dev/mthca/mthca_mr.c
889
ioremap(addr, mtts * dev->limits.mtt_seg_size);
sys/dev/mthca/mthca_reset.c
159
void __iomem *reset = ioremap(pci_resource_start(mdev->pdev, 0) +