Searched refs:ttgs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/thermal/tegra/ |
| H A D | soctherm.c | 1261 const struct tegra_tsensor_group **ttgs = ts->soc->ttgs; in regs_show() local 1338 seq_printf(s, "%s:\n", ttgs[i]->name); in regs_show() 1342 u16 off = ttgs[i]->thermctl_lvl0_offset; in regs_show() 1346 mask = ttgs[i]->thermctl_lvl0_up_thresh_mask; in regs_show() 1352 mask = ttgs[i]->thermctl_lvl0_dn_thresh_mask; in regs_show() 1413 state = REG_GET_MASK(r, ttgs[0]->thermtrip_any_en_mask); in regs_show() 1416 state = REG_GET_MASK(r, ttgs[i]->thermtrip_enable_mask); in regs_show() 1417 seq_printf(s, " %s En(%d) ", ttgs[i]->name, state); in regs_show() 1418 state = REG_GET_MASK(r, ttgs[i]->thermtrip_threshold_mask); in regs_show() 2026 const struct tegra_tsensor_group **ttgs = tegra->soc->ttgs; in soctherm_init() local [all …]
|
| H A D | soctherm.h | 130 const struct tegra_tsensor_group **ttgs; member
|
| H A D | tegra132-soctherm.c | 217 .ttgs = tegra132_tsensor_groups,
|
| H A D | tegra114-soctherm.c | 203 .ttgs = tegra114_tsensor_groups,
|
| H A D | tegra210-soctherm.c | 225 .ttgs = tegra210_tsensor_groups,
|
| H A D | tegra124-soctherm.c | 217 .ttgs = tegra124_tsensor_groups,
|