Home
last modified time | relevance | path

Searched refs:corepll_res (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/i2c/busses/
Di2c-mlxbf.c406 u64 (*calculate_freq)(struct mlxbf_i2c_resource *corepll_res);
1353 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_get_corepll() local
1358 corepll_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_get_corepll()
1360 if (!corepll_res) in mlxbf_i2c_get_corepll()
1368 lockdep_assert_held(corepll_res->lock); in mlxbf_i2c_get_corepll()
1371 if (corepll_res->io) in mlxbf_i2c_get_corepll()
1374 params = corepll_res->params; in mlxbf_i2c_get_corepll()
1380 corepll_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_corepll()
1381 if (!corepll_res->io) { in mlxbf_i2c_get_corepll()
1392 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_release_corepll() local
[all …]