Searched refs:plu_base (Results 1 – 2 of 2) sorted by relevance
281 void __iomem *plu_base; in mlxbf_gige_probe() local295 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()296 if (IS_ERR(plu_base)) in mlxbf_gige_probe()297 return PTR_ERR(plu_base); in mlxbf_gige_probe()327 priv->plu_base = plu_base; in mlxbf_gige_probe()
73 void __iomem *plu_base; member
Completed in 5 milliseconds