Searched refs:srot_map (Results 1 – 2 of 2) sorted by relevance
730 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()732 if (IS_ERR(priv->srot_map)) { in init_common()733 ret = PTR_ERR(priv->srot_map); in init_common()756 priv->rf[i] = devm_regmap_field_alloc(dev, priv->srot_map, in init_common()768 priv->rf[TSENS_EN] = devm_regmap_field_alloc(dev, priv->srot_map, in init_common()783 priv->rf[SENSOR_EN] = devm_regmap_field_alloc(dev, priv->srot_map, in init_common()
560 struct regmap *srot_map; member