Searched refs:plu_base (Results 1 – 2 of 2) sorted by relevance
279 void __iomem *plu_base; in mlxbf_gige_probe() local293 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()294 if (IS_ERR(plu_base)) in mlxbf_gige_probe()295 return PTR_ERR(plu_base); in mlxbf_gige_probe()325 priv->plu_base = plu_base; in mlxbf_gige_probe()
73 void __iomem *plu_base; member