Searched refs:llu_base (Results 1 – 2 of 2) sorted by relevance
382 void __iomem *llu_base; in mlxbf_gige_probe() local393 llu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_LLU); in mlxbf_gige_probe()394 if (IS_ERR(llu_base)) in mlxbf_gige_probe()395 return PTR_ERR(llu_base); in mlxbf_gige_probe()425 priv->llu_base = llu_base; in mlxbf_gige_probe()
97 void __iomem *llu_base; member