lms_base          757 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	void __iomem *lms_base;
lms_base         3538 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE);
lms_base         3539 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH);
lms_base         5301 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		port->stats_base = port->priv->lms_base +
lms_base         5635 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		val = readl(priv->lms_base + MVPP2_PHY_AN_CFG0_REG);
lms_base         5637 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		writel(val, priv->lms_base + MVPP2_PHY_AN_CFG0_REG);
lms_base         5669 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		       priv->lms_base + MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG);
lms_base         5727 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		priv->lms_base = devm_platform_ioremap_resource(pdev, 1);
lms_base         5728 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (IS_ERR(priv->lms_base))
lms_base         5729 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			return PTR_ERR(priv->lms_base);