Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/qcom/
Dtsens-common.c156 void __iomem *tm_base, *srot_base; in init_common() local
170 srot_base = devm_ioremap_resource(&op->dev, res); in init_common()
171 if (IS_ERR(srot_base)) { in init_common()
172 ret = PTR_ERR(srot_base); in init_common()
176 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()