Searched refs:cb_fn_base (Results 1 – 1 of 1) sorted by relevance
613 void __iomem *cb_fn_base; /* CardBus function status addr space. */ member1318 vp->cb_fn_base = pci_iomap(pdev, 2, 0); in vortex_probe1()1319 if (!vp->cb_fn_base) { in vortex_probe1()1328 vp->cb_fn_base); in vortex_probe1()1638 if (vp->cb_fn_base) { in vortex_up()1709 if (vp->cb_fn_base) /* The PCMCIA people are idiots. */ in vortex_up()1710 iowrite32(0x8000, vp->cb_fn_base + 4); in vortex_up()2486 if (vp->cb_fn_base) /* The PCMCIA people are idiots. */ in _boomerang_interrupt()2487 iowrite32(0x8000, vp->cb_fn_base + 4); in _boomerang_interrupt()3266 if (vp->cb_fn_base) in vortex_remove_one()[all …]