gpu_throt         518 drivers/thermal/tegra/soctherm.c 	int temp, cpu_throt, gpu_throt;
gpu_throt         533 drivers/thermal/tegra/soctherm.c 		gpu_throt = THERMCTL_LVL0_CPU0_GPU_THROT_LIGHT;
gpu_throt         536 drivers/thermal/tegra/soctherm.c 		gpu_throt = THERMCTL_LVL0_CPU0_GPU_THROT_HEAVY;
gpu_throt         547 drivers/thermal/tegra/soctherm.c 	r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_GPU_THROT_MASK, gpu_throt);