Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c631 void __iomem *lms_base; member
5453 mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE); in mvpp2_get_mac_address()
5454 mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH); in mvpp2_get_mac_address()
6251 val = readl(priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
6253 writel(val, priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
6279 priv->lms_base + MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG); in mvpp2_init()
6319 priv->lms_base = devm_ioremap_resource(&pdev->dev, res); in mvpp2_probe()
6320 if (IS_ERR(priv->lms_base)) in mvpp2_probe()
6321 return PTR_ERR(priv->lms_base); in mvpp2_probe()