Searched refs:ttgs (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 1297 const struct tegra_tsensor_group **ttgs = ts->soc->ttgs; in regs_show() local 1374 seq_printf(s, "%s:\n", ttgs[i]->name); in regs_show() 1378 u16 off = ttgs[i]->thermctl_lvl0_offset; in regs_show() 1382 mask = ttgs[i]->thermctl_lvl0_up_thresh_mask; in regs_show() 1388 mask = ttgs[i]->thermctl_lvl0_dn_thresh_mask; in regs_show() 1449 state = REG_GET_MASK(r, ttgs[0]->thermtrip_any_en_mask); in regs_show() 1452 state = REG_GET_MASK(r, ttgs[i]->thermtrip_enable_mask); in regs_show() 1453 seq_printf(s, " %s En(%d) ", ttgs[i]->name, state); in regs_show() 1454 state = REG_GET_MASK(r, ttgs[ in regs_show() 2064 const struct tegra_tsensor_group **ttgs = tegra->soc->ttgs; soctherm_init() local [all...] |
H A D | soctherm.h | 125 const struct tegra_tsensor_group **ttgs; member
|
H A D | tegra210-soctherm.c | 221 .ttgs = tegra210_tsensor_groups,
|
H A D | tegra132-soctherm.c | 213 .ttgs = tegra132_tsensor_groups,
|
H A D | tegra124-soctherm.c | 213 .ttgs = tegra124_tsensor_groups,
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 1259 const struct tegra_tsensor_group **ttgs = ts->soc->ttgs; in regs_show() local 1336 seq_printf(s, "%s:\n", ttgs[i]->name); in regs_show() 1340 u16 off = ttgs[i]->thermctl_lvl0_offset; in regs_show() 1344 mask = ttgs[i]->thermctl_lvl0_up_thresh_mask; in regs_show() 1350 mask = ttgs[i]->thermctl_lvl0_dn_thresh_mask; in regs_show() 1411 state = REG_GET_MASK(r, ttgs[0]->thermtrip_any_en_mask); in regs_show() 1414 state = REG_GET_MASK(r, ttgs[i]->thermtrip_enable_mask); in regs_show() 1415 seq_printf(s, " %s En(%d) ", ttgs[i]->name, state); in regs_show() 1416 state = REG_GET_MASK(r, ttgs[ in regs_show() 2026 const struct tegra_tsensor_group **ttgs = tegra->soc->ttgs; soctherm_init() local [all...] |
H A D | soctherm.h | 125 const struct tegra_tsensor_group **ttgs; member
|
H A D | tegra210-soctherm.c | 221 .ttgs = tegra210_tsensor_groups,
|
H A D | tegra132-soctherm.c | 213 .ttgs = tegra132_tsensor_groups,
|
H A D | tegra124-soctherm.c | 213 .ttgs = tegra124_tsensor_groups,
|
Completed in 9 milliseconds