Searched refs:corepll_res (Results 1 – 1 of 1) sorted by relevance
406 u64 (*calculate_freq)(struct mlxbf_i2c_resource *corepll_res);1347 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_get_corepll() local1352 corepll_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_get_corepll()1354 if (!corepll_res) in mlxbf_i2c_get_corepll()1362 lockdep_assert_held(corepll_res->lock); in mlxbf_i2c_get_corepll()1365 if (corepll_res->io) in mlxbf_i2c_get_corepll()1368 params = corepll_res->params; in mlxbf_i2c_get_corepll()1374 corepll_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_corepll()1375 if (!corepll_res->io) { in mlxbf_i2c_get_corepll()1386 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_release_corepll() local[all …]