Searched refs:corepll_res (Results 1 – 1 of 1) sorted by relevance
426 u64 (*calculate_freq)(struct mlxbf_i2c_resource *corepll_res);1298 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_get_corepll() local1303 corepll_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_get_corepll()1305 if (!corepll_res) in mlxbf_i2c_get_corepll()1313 lockdep_assert_held(corepll_res->lock); in mlxbf_i2c_get_corepll()1316 if (corepll_res->io) in mlxbf_i2c_get_corepll()1319 params = corepll_res->params; in mlxbf_i2c_get_corepll()1325 corepll_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_corepll()1326 if (!corepll_res->io) { in mlxbf_i2c_get_corepll()1337 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_release_corepll() local[all …]