Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/broadcom/
Dns-thermal.c19 void __iomem *pvtmon; member
29 val = readl(ns_thermal->pvtmon + PVTMON_CONTROL0); in ns_thermal_get_temp()
37 writel(val, ns_thermal->pvtmon + PVTMON_CONTROL0); in ns_thermal_get_temp()
40 val = readl(ns_thermal->pvtmon + PVTMON_STATUS); in ns_thermal_get_temp()
59 ns_thermal->pvtmon = of_iomap(dev_of_node(dev), 0); in ns_thermal_probe()
60 if (WARN_ON(!ns_thermal->pvtmon)) in ns_thermal_probe()
67 iounmap(ns_thermal->pvtmon); in ns_thermal_probe()
80 iounmap(ns_thermal->pvtmon); in ns_thermal_remove()