Searched refs:regmap_pll (Results 1 – 1 of 1) sorted by relevance
42 struct regmap *regmap_pll; member1594 if (IS_ERR(xcvr->regmap_pll)) { in fsl_xcvr_probe()1596 PTR_ERR(xcvr->regmap_pll)); in fsl_xcvr_probe()1597 return PTR_ERR(xcvr->regmap_pll); in fsl_xcvr_probe()1603 if (IS_ERR(xcvr->regmap_pll)) { in fsl_xcvr_probe()1605 PTR_ERR(xcvr->regmap_pll)); in fsl_xcvr_probe()1606 return PTR_ERR(xcvr->regmap_pll); in fsl_xcvr_probe()1650 regcache_cache_only(xcvr->regmap_pll, true); in fsl_xcvr_probe()1703 regcache_cache_only(xcvr->regmap_pll, true); in fsl_xcvr_runtime_suspend()1781 regcache_mark_dirty(xcvr->regmap_pll); in fsl_xcvr_runtime_resume()[all …]