Home
last modified time | relevance | path

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

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