Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c986 void __iomem *mpcs = priv->iface_base + MVPP22_MPCS_BASE(port->gop_id); in mvpp22_gop_init_10gkr()
987 void __iomem *xpcs = priv->iface_base + MVPP22_XPCS_BASE(port->gop_id); in mvpp22_gop_init_10gkr()
4717 port->base = priv->iface_base + MVPP22_GMAC_BASE(port->gop_id); in mvpp2_port_probe()
4718 port->stats_base = port->priv->iface_base + in mvpp2_port_probe()
5043 val = readl(priv->iface_base + MVPP22_SMI_MISC_CFG_REG); in mvpp2_init()
5045 writel(val, priv->iface_base + MVPP22_SMI_MISC_CFG_REG); in mvpp2_init()
5147 priv->iface_base = devm_ioremap_resource(&pdev->dev, res); in mvpp2_probe()
5148 if (IS_ERR(priv->iface_base)) in mvpp2_probe()
5149 return PTR_ERR(priv->iface_base); in mvpp2_probe()
Dmvpp2.h712 void __iomem *iface_base; member