Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmvpp2.c898 void __iomem *lms_base; member
4714 port->mdio_base = port->priv->lms_base + MVPP21_SMI; in phy_info_parse()
4998 val = readl(priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
5000 writel(val, priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
5033 priv->lms_base + MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG); in mvpp2_init()
5390 priv->lms_base = (void *)devfdt_get_addr_index(dev, 1); in mvpp2_base_probe()
5391 if (IS_ERR(priv->lms_base)) in mvpp2_base_probe()
5392 return PTR_ERR(priv->lms_base); in mvpp2_base_probe()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4693 mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE); in mvpp21_get_mac_address()
4694 mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH); in mvpp21_get_mac_address()
6824 port->stats_base = port->priv->lms_base + in mvpp2_port_probe()
7354 val = readl(priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
7356 writel(val, priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
7390 priv->lms_base + MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG); in mvpp2_init()
7461 priv->lms_base = devm_platform_ioremap_resource(pdev, 1); in mvpp2_probe()
7462 if (IS_ERR(priv->lms_base)) in mvpp2_probe()
7463 return PTR_ERR(priv->lms_base); in mvpp2_probe()
H A Dmvpp2.h1030 void __iomem *lms_base; member