Searched refs:plu_base (Results 1 – 2 of 2) sorted by relevance
325 val = readl(priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()329 writel(val, priv->plu_base + MLXBF_GIGE_PLU_TX_REG0); in mlxbf_gige_bf3_adjust_link()331 val = readl(priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()334 writel(val, priv->plu_base + MLXBF_GIGE_PLU_RX_REG0); in mlxbf_gige_bf3_adjust_link()391 void __iomem *plu_base; in mlxbf_gige_probe() local405 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()406 if (IS_ERR(plu_base)) in mlxbf_gige_probe()407 return PTR_ERR(plu_base); in mlxbf_gige_probe()436 priv->plu_base = plu_base; in mlxbf_gige_probe()
98 void __iomem *plu_base; member
Completed in 7 milliseconds