Searched refs:coalesce_res (Results 1 – 1 of 1) sorted by relevance
1659 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_init_coalesce() local1669 coalesce_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_init_coalesce()1671 if (!coalesce_res) in mlxbf_i2c_init_coalesce()1682 if (coalesce_res->io) { in mlxbf_i2c_init_coalesce()1683 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()1687 params = coalesce_res->params; in mlxbf_i2c_init_coalesce()1693 coalesce_res->io = ioremap(params->start, size); in mlxbf_i2c_init_coalesce()1694 if (!coalesce_res->io) { in mlxbf_i2c_init_coalesce()1699 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()1712 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_release_coalesce() local[all …]