Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/tegra/
Dtegra124-soctherm.c60 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_CPU,
79 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_GPU,
96 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_TSENSE,
115 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_MEM,
Dtegra132-soctherm.c60 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_CPU,
79 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_GPU,
96 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_TSENSE,
115 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_MEM,
Dtegra210-soctherm.c61 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_CPU,
80 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_GPU,
97 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_TSENSE,
116 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_MEM,
Dsoctherm.h83 u16 thermctl_lvl0_offset; member
Dsoctherm.c530 reg_off = THERMCTL_LVL_REG(sg->thermctl_lvl0_offset, throt + 1); in throttrip_program()
698 r = readl(zone->ts->regs + zone->sg->thermctl_lvl0_offset); in tegra_thermctl_set_trips()
700 writel(r, zone->ts->regs + zone->sg->thermctl_lvl0_offset); in tegra_thermctl_set_trips()
709 writel(r, zone->ts->regs + zone->sg->thermctl_lvl0_offset); in tegra_thermctl_set_trips()
1378 u16 off = ttgs[i]->thermctl_lvl0_offset; in regs_show()