Searched refs:thermtrip_threshold_mask (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/thermal/tegra/ |
A D | tegra124-soctherm.c | 58 .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,
|
A D | tegra132-soctherm.c | 58 .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,
|
A D | tegra210-soctherm.c | 59 .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,
|
A D | soctherm.h | 81 u32 thermtrip_threshold_mask; member
|
A D | soctherm.c | 482 if (!sg || !sg->thermtrip_threshold_mask) in thermtrip_program() 488 r = REG_SET_MASK(r, sg->thermtrip_threshold_mask, temp); in thermtrip_program() 1454 state = REG_GET_MASK(r, ttgs[i]->thermtrip_threshold_mask); in regs_show()
|
Completed in 10 milliseconds