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.c313 val = readl(priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()
317 writel(val, priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()
319 val = readl(priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()
322 writel(val, priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()
379 void __iomem *plu_base; in mlxbf_gige_probe() local
392 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()
393 if (IS_ERR(plu_base)) in mlxbf_gige_probe()
394 return PTR_ERR(plu_base); in mlxbf_gige_probe()
421 priv->plu_base = plu_base; in mlxbf_gige_probe()
H A Dmlxbf_gige.h97 void __iomem *plu_base; member