Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.h123 const struct tegra_tsensor *tsensors; member
H A Dsoctherm.c387 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor()
1258 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local
1266 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show()
1269 seq_printf(s, "%s: ", tsensors[i].name); in regs_show()
1284 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show()
1290 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show()
1296 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show()
1308 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show()
2155 err = tegra_calc_tsensor_calib(&soc->tsensors[i], in tegra_soctherm_probe()
H A Dtegra132-soctherm.c211 .tsensors = tegra132_tsensors,
H A Dtegra124-soctherm.c211 .tsensors = tegra124_tsensors,
H A Dtegra210-soctherm.c219 .tsensors = tegra210_tsensors,