Lines Matching refs:cb_fn_base
613 void __iomem *cb_fn_base; /* CardBus function status addr space. */ member
1320 vp->cb_fn_base = pci_iomap(pdev, 2, 0); in vortex_probe1()
1321 if (!vp->cb_fn_base) { in vortex_probe1()
1330 vp->cb_fn_base); in vortex_probe1()
1640 if (vp->cb_fn_base) { in vortex_up()
1711 if (vp->cb_fn_base) /* The PCMCIA people are idiots. */ in vortex_up()
1712 iowrite32(0x8000, vp->cb_fn_base + 4); in vortex_up()
2488 if (vp->cb_fn_base) /* The PCMCIA people are idiots. */ in _boomerang_interrupt()
2489 iowrite32(0x8000, vp->cb_fn_base + 4); in _boomerang_interrupt()
3268 if (vp->cb_fn_base) in vortex_remove_one()
3269 pci_iounmap(pdev, vp->cb_fn_base); in vortex_remove_one()