Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.c518 int temp, cpu_throt, gpu_throt; in throttrip_program() local
532 cpu_throt = THERMCTL_LVL0_CPU0_CPU_THROT_LIGHT; in throttrip_program()
535 cpu_throt = THERMCTL_LVL0_CPU0_CPU_THROT_HEAVY; in throttrip_program()
546 r = REG_SET_MASK(r, THERMCTL_LVL0_CPU0_CPU_THROT_MASK, cpu_throt); in throttrip_program()