Searched refs:srot_map (Results 1 – 2 of 2) sorted by relevance
176 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()178 if (IS_ERR(priv->srot_map)) { in init_common()179 ret = PTR_ERR(priv->srot_map); in init_common()200 priv->rf[TSENS_EN] = devm_regmap_field_alloc(dev, priv->srot_map, in init_common()215 priv->rf[SENSOR_EN] = devm_regmap_field_alloc(dev, priv->srot_map, in init_common()
304 struct regmap *srot_map; member