Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dtegra210-soctherm.c58 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_CPU_THRESH_MASK,
76 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_GPUMEM_THRESH_MASK,
92 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_TSENSE_THRESH_MASK,
110 .thermtrip_threshold_mask = TEGRA210_THERMTRIP_GPUMEM_THRESH_MASK,
Dtegra132-soctherm.c57 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_CPU_THRESH_MASK,
75 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_GPUMEM_THRESH_MASK,
91 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_TSENSE_THRESH_MASK,
109 .thermtrip_threshold_mask = TEGRA132_THERMTRIP_GPUMEM_THRESH_MASK,
Dtegra124-soctherm.c57 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_CPU_THRESH_MASK,
75 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_GPUMEM_THRESH_MASK,
91 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_TSENSE_THRESH_MASK,
109 .thermtrip_threshold_mask = TEGRA124_THERMTRIP_GPUMEM_THRESH_MASK,
Dsoctherm.h72 u32 thermtrip_threshold_mask; member
Dsoctherm.c364 if (!sg || !sg->thermtrip_threshold_mask) in thermtrip_program()
370 r = REG_SET_MASK(r, sg->thermtrip_threshold_mask, temp); in thermtrip_program()
772 state = REG_GET_MASK(r, ttgs[i]->thermtrip_threshold_mask); in regs_show()