Home
last modified time | relevance | path

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

/drivers/thermal/tegra/
Dsoctherm.c295 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor()
648 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local
656 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show()
659 seq_printf(s, "%s: ", tsensors[i].name); in regs_show()
674 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show()
680 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show()
686 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show()
698 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show()
1368 err = tegra_calc_tsensor_calib(&soc->tsensors[i], in tegra_soctherm_probe()
Dsoctherm.h108 const struct tegra_tsensor *tsensors; member
Dtegra132-soctherm.c206 .tsensors = tegra132_tsensors,
Dtegra210-soctherm.c207 .tsensors = tegra210_tsensors,
Dtegra124-soctherm.c206 .tsensors = tegra124_tsensors,