Home
last modified time | relevance | path

Searched refs:cb_fn_base (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/3com/
D3c59x.c613 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()
[all …]