Lines Matching refs:tm_map
784 priv->tm_map = devm_regmap_init_mmio(dev, tm_base, &tsens_config); in init_common()
789 priv->tm_map = syscon_node_to_regmap(parent->of_node); in init_common()
792 if (IS_ERR_OR_NULL(priv->tm_map)) { in init_common()
793 if (!priv->tm_map) in init_common()
796 ret = PTR_ERR(priv->tm_map); in init_common()
802 priv->srot_map = priv->tm_map; in init_common()
843 priv->rf[INT_EN] = devm_regmap_field_alloc(dev, priv->tm_map, in init_common()
857 priv->rf[TRDY] = devm_regmap_field_alloc(dev, priv->tm_map, priv->fields[TRDY]); in init_common()
869 priv->tm_map, in init_common()
886 priv->tm_map, in init_common()
900 priv->rf[i] = devm_regmap_field_alloc(dev, priv->tm_map, in init_common()