Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_main.c317 val = readl(priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()
321 writel(val, priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()
323 val = readl(priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()
326 writel(val, priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()
383 void __iomem *plu_base; in mlxbf_gige_probe() local
397 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()
398 if (IS_ERR(plu_base)) in mlxbf_gige_probe()
399 return PTR_ERR(plu_base); in mlxbf_gige_probe()
426 priv->plu_base = plu_base; in mlxbf_gige_probe()
H A Dmlxbf_gige.h98 void __iomem *plu_base; member