Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c422 u64 (*calculate_freq)(struct mlxbf_i2c_resource *corepll_res);
1328 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_get_corepll() local
1333 corepll_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_get_corepll()
1335 if (!corepll_res) in mlxbf_i2c_get_corepll()
1343 lockdep_assert_held(corepll_res->lock); in mlxbf_i2c_get_corepll()
1346 if (corepll_res->io) in mlxbf_i2c_get_corepll()
1349 params = corepll_res->params; in mlxbf_i2c_get_corepll()
1355 corepll_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_corepll()
1356 if (!corepll_res->io) { in mlxbf_i2c_get_corepll()
1367 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_release_corepll() local
1446 mlxbf_i2c_calculate_freq_from_tyu(struct mlxbf_i2c_resource *corepll_res) mlxbf_i2c_calculate_freq_from_tyu() argument
1476 mlxbf_i2c_calculate_freq_from_yu(struct mlxbf_i2c_resource *corepll_res) mlxbf_i2c_calculate_freq_from_yu() argument
1511 struct mlxbf_i2c_resource *corepll_res; mlxbf_i2c_calculate_corepll_freq() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c406 u64 (*calculate_freq)(struct mlxbf_i2c_resource *corepll_res);
1347 struct mlxbf_i2c_resource *corepll_res; in mlxbf_i2c_get_corepll() local
1352 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
1465 mlxbf_i2c_calculate_freq_from_tyu(struct mlxbf_i2c_resource *corepll_res) mlxbf_i2c_calculate_freq_from_tyu() argument
1495 mlxbf_i2c_calculate_freq_from_yu(struct mlxbf_i2c_resource *corepll_res) mlxbf_i2c_calculate_freq_from_yu() argument
1530 struct mlxbf_i2c_resource *corepll_res; mlxbf_i2c_calculate_corepll_freq() local
[all...]

Completed in 6 milliseconds