Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/broadcom/
A Dns-thermal.c19 void __iomem *pvtmon = tz->devdata; in ns_thermal_get_temp() local
24 val = readl(pvtmon + PVTMON_CONTROL0); in ns_thermal_get_temp()
32 writel(val, pvtmon + PVTMON_CONTROL0); in ns_thermal_get_temp()
35 val = readl(pvtmon + PVTMON_STATUS); in ns_thermal_get_temp()
49 void __iomem *pvtmon; in ns_thermal_probe() local
51 pvtmon = of_iomap(dev_of_node(dev), 0); in ns_thermal_probe()
52 if (WARN_ON(!pvtmon)) in ns_thermal_probe()
56 pvtmon, in ns_thermal_probe()
59 iounmap(pvtmon); in ns_thermal_probe()
63 platform_set_drvdata(pdev, pvtmon); in ns_thermal_probe()
[all …]

Completed in 3 milliseconds