Lines Matching refs:config
52 static int regmap_sdw_mbq_config_check(const struct regmap_config *config)
55 if (config->val_bits != 16)
59 if (config->reg_bits != 32)
62 if (config->pad_bits != 0)
69 const struct regmap_config *config,
75 ret = regmap_sdw_mbq_config_check(config);
80 &sdw->dev, config, lock_key, lock_name);
85 const struct regmap_config *config,
91 ret = regmap_sdw_mbq_config_check(config);
96 &sdw->dev, config, lock_key, lock_name);