Lines Matching refs:tm_map
930 priv->tm_map = devm_regmap_init_mmio(dev, tm_base, &tsens_config); in init_common()
935 priv->tm_map = syscon_node_to_regmap(parent->of_node); in init_common()
938 if (IS_ERR_OR_NULL(priv->tm_map)) { in init_common()
939 if (!priv->tm_map) in init_common()
942 ret = PTR_ERR(priv->tm_map); in init_common()
948 priv->srot_map = priv->tm_map; in init_common()
989 priv->rf[INT_EN] = devm_regmap_field_alloc(dev, priv->tm_map, in init_common()
1003 priv->rf[TRDY] = devm_regmap_field_alloc(dev, priv->tm_map, priv->fields[TRDY]); in init_common()
1015 priv->tm_map, in init_common()
1032 priv->tm_map, in init_common()
1046 priv->rf[i] = devm_regmap_field_alloc(dev, priv->tm_map, in init_common()