Lines Matching refs:cb_fn_base
613 void __iomem *cb_fn_base; /* CardBus function status addr space. */ member
1327 vp->cb_fn_base = pci_iomap(pdev, 2, 0); in vortex_probe1()
1328 if (!vp->cb_fn_base) { in vortex_probe1()
1337 vp->cb_fn_base); in vortex_probe1()
1655 if (vp->cb_fn_base) { in vortex_up()
1726 if (vp->cb_fn_base) /* The PCMCIA people are idiots. */ in vortex_up()
1727 iowrite32(0x8000, vp->cb_fn_base + 4); in vortex_up()
2509 if (vp->cb_fn_base) /* The PCMCIA people are idiots. */ in boomerang_interrupt()
2510 iowrite32(0x8000, vp->cb_fn_base + 4); in boomerang_interrupt()
3289 if (vp->cb_fn_base) in vortex_remove_one()
3290 pci_iounmap(pdev, vp->cb_fn_base); in vortex_remove_one()