Searched refs:llu_base (Results 1 – 2 of 2) sorted by relevance
280 void __iomem *llu_base; in mlxbf_gige_probe() local291 llu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_LLU); in mlxbf_gige_probe()292 if (IS_ERR(llu_base)) in mlxbf_gige_probe()293 return PTR_ERR(llu_base); in mlxbf_gige_probe()326 priv->llu_base = llu_base; in mlxbf_gige_probe()
72 void __iomem *llu_base; member