Lines Matching refs:regmap_config
86 struct regmap_config *mt7531_pcs_config[2] = {};
96 sizeof(struct regmap_config),
146 static struct regmap_config *regmap_config;
199 regmap_config = devm_kzalloc(&mdiodev->dev, sizeof(*regmap_config),
201 if (!regmap_config)
204 regmap_config->reg_bits = 16;
205 regmap_config->val_bits = 32;
206 regmap_config->reg_stride = 4;
207 regmap_config->max_register = MT7530_CREV;
208 regmap_config->disable_locking = true;
210 priv->bus, regmap_config);