Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A 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,
H A Dtegra114-soctherm.c51 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_CPU,
70 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_GPU,
87 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_TSENSE,
106 .thermctl_lvl0_offset = THERMCTL_LEVEL0_GROUP_MEM,
H A 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,
H A 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,
H A Dsoctherm.h86 u16 thermctl_lvl0_offset; member
H A Dsoctherm.c537 reg_off = THERMCTL_LVL_REG(sg->thermctl_lvl0_offset, throt + 1); in throttrip_program()
668 r = readl(zone->ts->regs + zone->sg->thermctl_lvl0_offset); in tegra_thermctl_set_trips()
670 writel(r, zone->ts->regs + zone->sg->thermctl_lvl0_offset); in tegra_thermctl_set_trips()
679 writel(r, zone->ts->regs + zone->sg->thermctl_lvl0_offset); in tegra_thermctl_set_trips()
1342 u16 off = ttgs[i]->thermctl_lvl0_offset; in regs_show()