Home
last modified time | relevance | path

Searched refs:srot_base (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/thermal/qcom/
Dtsens.c890 void __iomem *tm_base, *srot_base; in init_common() local
905 srot_base = devm_ioremap_resource(dev, res); in init_common()
906 if (IS_ERR(srot_base)) { in init_common()
907 ret = PTR_ERR(srot_base); in init_common()
911 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()