Searched refs:tsensors (Results 1 – 5 of 5) sorted by relevance
387 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor()1296 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local1304 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show()1307 seq_printf(s, "%s: ", tsensors[i].name); in regs_show()1322 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show()1328 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show()1334 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show()1346 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show()2193 err = tegra_calc_tsensor_calib(&soc->tsensors[i], in tegra_soctherm_probe()
123 const struct tegra_tsensor *tsensors; member
211 .tsensors = tegra124_tsensors,
211 .tsensors = tegra132_tsensors,
219 .tsensors = tegra210_tsensors,
Completed in 13 milliseconds