Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c401 int temp, cpu_throt, gpu_throt; in throttrip_program() local
416 gpu_throt = THERMCTL_LVL0_CPU0_GPU_THROT_LIGHT; in throttrip_program()
419 gpu_throt = THERMCTL_LVL0_CPU0_GPU_THROT_HEAVY; in throttrip_program()
430 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_GPU_THROT_MASK, gpu_throt); in throttrip_program()