Searched refs:llu_base (Results 1 – 2 of 2) sorted by relevance
364 void __iomem *llu_base; in mlxbf_gige_probe() local375 llu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_LLU); in mlxbf_gige_probe()376 if (IS_ERR(llu_base)) in mlxbf_gige_probe()377 return PTR_ERR(llu_base); in mlxbf_gige_probe()412 priv->llu_base = llu_base; in mlxbf_gige_probe()
96 void __iomem *llu_base; member