Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvpp2.c634 void __iomem *lms_base; member
5527 mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE); in mvpp2_get_mac_address()
5528 mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH); in mvpp2_get_mac_address()
6355 val = readl(priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
6357 writel(val, priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
6383 priv->lms_base + MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG); in mvpp2_init()
6423 priv->lms_base = devm_ioremap_resource(&pdev->dev, res); in mvpp2_probe()
6424 if (IS_ERR(priv->lms_base)) in mvpp2_probe()
6425 return PTR_ERR(priv->lms_base); in mvpp2_probe()