Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dtegra132-soctherm.c58 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_CPU_THRESH_MASK,
77 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_GPUMEM_THRESH_MASK,
94 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_TSENSE_THRESH_MASK,
113 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_GPUMEM_THRESH_MASK,
H A Dtegra114-soctherm.c49 .thermtrip_threshold_mask = TEGRA114_THERMTRIP_CPU_THRESH_MASK,
68 .thermtrip_threshold_mask = TEGRA114_THERMTRIP_GPUMEM_THRESH_MASK,
85 .thermtrip_threshold_mask = TEGRA114_THERMTRIP_TSENSE_THRESH_MASK,
104 .thermtrip_threshold_mask = TEGRA114_THERMTRIP_GPUMEM_THRESH_MASK,
H A Dtegra210-soctherm.c59 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_CPU_THRESH_MASK,
78 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_GPUMEM_THRESH_MASK,
95 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_TSENSE_THRESH_MASK,
114 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_GPUMEM_THRESH_MASK,
H A Dtegra124-soctherm.c58 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_CPU_THRESH_MASK,
77 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_GPUMEM_THRESH_MASK,
94 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_TSENSE_THRESH_MASK,
113 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_GPUMEM_THRESH_MASK,
H A Dsoctherm.h84 u32 thermtrip_threshold_mask; member
H A Dsoctherm.c489 if (!sg || !sg->thermtrip_threshold_mask) in thermtrip_program()
495 r = REG_SET_MASK(r, sg->thermtrip_threshold_mask, temp); in thermtrip_program()
1418 state = REG_GET_MASK(r, ttgs[i]->thermtrip_threshold_mask); in regs_show()