Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3538 mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE); in mvpp21_get_mac_address()
3539 mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH); in mvpp21_get_mac_address()
5299 port->stats_base = port->priv->lms_base + in mvpp2_port_probe()
5633 val = readl(priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
5635 writel(val, priv->lms_base + MVPP2_PHY_AN_CFG0_REG); in mvpp2_init()
5667 priv->lms_base + MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG); in mvpp2_init()
5725 priv->lms_base = devm_platform_ioremap_resource(pdev, 1); in mvpp2_probe()
5726 if (IS_ERR(priv->lms_base)) in mvpp2_probe()
5727 return PTR_ERR(priv->lms_base); in mvpp2_probe()
Dmvpp2.h757 void __iomem *lms_base; member