Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/qcom/
Dtsens.c744 void __iomem *tm_base, *srot_base; in init_common() local
759 srot_base = devm_ioremap_resource(dev, res); in init_common()
760 if (IS_ERR(srot_base)) { in init_common()
761 ret = PTR_ERR(srot_base); in init_common()
765 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()