Searched refs:corepll_res (Results 1 – 1 of 1) sorted by relevance
403 u64 (*calculate_freq)(struct mlxbf_i2c_resource *corepll_res);1315 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_get_corepll() local1320 corepll_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_get_corepll()1322 if (!corepll_res) in mlxbf_i2c_get_corepll()1330 lockdep_assert_held(corepll_res->lock); in mlxbf_i2c_get_corepll()1333 if (corepll_res->io) in mlxbf_i2c_get_corepll()1336 params = corepll_res->params; in mlxbf_i2c_get_corepll()1342 corepll_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_corepll()1343 if (!corepll_res->io) { in mlxbf_i2c_get_corepll()1354 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_release_corepll() local[all …]