Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c270 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor()
614 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local
622 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show()
625 seq_printf(s, "%s: ", tsensors[i].name); in regs_show()
640 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show()
646 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show()
652 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show()
664 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show()
1334 err = tegra_calc_tsensor_calib(&soc->tsensors[i], in tegra_soctherm_probe()
Dsoctherm.h108 const struct tegra_tsensor *tsensors; member
Dtegra210-soctherm.c207 .tsensors = tegra210_tsensors,
Dtegra132-soctherm.c206 .tsensors = tegra132_tsensors,
Dtegra124-soctherm.c206 .tsensors = tegra124_tsensors,