Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_main.c299 val = readl(priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()
303 writel(val, priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()
305 val = readl(priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()
308 writel(val, priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()
365 void __iomem *plu_base; in mlxbf_gige_probe() local
379 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()
380 if (IS_ERR(plu_base)) in mlxbf_gige_probe()
381 return PTR_ERR(plu_base); in mlxbf_gige_probe()
413 priv->plu_base = plu_base; in mlxbf_gige_probe()
Dmlxbf_gige.h97 void __iomem *plu_base; member