Searched refs:ttgs (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/thermal/tegra/ |
D | soctherm.c | 1264 const struct tegra_tsensor_group **ttgs = ts->soc->ttgs; in regs_show() local 1341 seq_printf(s, "%s:\n", ttgs[i]->name); in regs_show() 1345 u16 off = ttgs[i]->thermctl_lvl0_offset; in regs_show() 1349 mask = ttgs[i]->thermctl_lvl0_up_thresh_mask; in regs_show() 1355 mask = ttgs[i]->thermctl_lvl0_dn_thresh_mask; in regs_show() 1416 state = REG_GET_MASK(r, ttgs[0]->thermtrip_any_en_mask); in regs_show() 1419 state = REG_GET_MASK(r, ttgs[i]->thermtrip_enable_mask); in regs_show() 1420 seq_printf(s, " %s En(%d) ", ttgs[i]->name, state); in regs_show() 1421 state = REG_GET_MASK(r, ttgs[i]->thermtrip_threshold_mask); in regs_show() 2031 const struct tegra_tsensor_group **ttgs = tegra->soc->ttgs; in soctherm_init() local [all …]
|
D | soctherm.h | 125 const struct tegra_tsensor_group **ttgs; member
|
D | tegra124-soctherm.c | 213 .ttgs = tegra124_tsensor_groups,
|
D | tegra132-soctherm.c | 213 .ttgs = tegra132_tsensor_groups,
|
D | tegra210-soctherm.c | 221 .ttgs = tegra210_tsensor_groups,
|