Searched refs:throt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 214 /* get THROT_PSKIP_xxx offset per LIGHT/HEAVY throt and CPU/GPU dev */ 216 #define THROT_PSKIP_CTRL(throt, dev) (THROT_PSKIP_CTRL_LITE_CPU + \ 217 (THROT_OFFSET * throt) + (8 * dev)) 218 #define THROT_PSKIP_RAMP(throt, dev) (THROT_PSKIP_RAMP_LITE_CPU + \ 219 (THROT_OFFSET * throt) + (8 * dev)) 221 /* get THROT_xxx_CTRL offset per LIGHT/HEAVY throt */ 222 #define THROT_PRIORITY_CTRL(throt) (THROT_PRIORITY_LITE + \ 223 (THROT_OFFSET * throt)) 224 #define THROT_DELAY_CTRL(throt) (THROT_DELAY_LITE + \ 225 (THROT_OFFSET * throt)) 520 unsigned int throt; throttrip_program() local 1818 throttlectl_cpu_level_select(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) throttlectl_cpu_level_select() argument 1862 throttlectl_cpu_mn(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) throttlectl_cpu_mn() argument 1894 throttlectl_gpu_level_select(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) throttlectl_gpu_level_select() argument 1907 soctherm_oc_cfg_program(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) soctherm_oc_cfg_program() argument 1937 soctherm_throttle_program(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) soctherm_throttle_program() argument [all...] |
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 214 /* get THROT_PSKIP_xxx offset per LIGHT/HEAVY throt and CPU/GPU dev */ 216 #define THROT_PSKIP_CTRL(throt, dev) (THROT_PSKIP_CTRL_LITE_CPU + \ 217 (THROT_OFFSET * throt) + (8 * dev)) 218 #define THROT_PSKIP_RAMP(throt, dev) (THROT_PSKIP_RAMP_LITE_CPU + \ 219 (THROT_OFFSET * throt) + (8 * dev)) 221 /* get THROT_xxx_CTRL offset per LIGHT/HEAVY throt */ 222 #define THROT_PRIORITY_CTRL(throt) (THROT_PRIORITY_LITE + \ 223 (THROT_OFFSET * throt)) 224 #define THROT_DELAY_CTRL(throt) (THROT_DELAY_LITE + \ 225 (THROT_OFFSET * throt)) 520 unsigned int throt; throttrip_program() local 1780 throttlectl_cpu_level_select(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) throttlectl_cpu_level_select() argument 1824 throttlectl_cpu_mn(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) throttlectl_cpu_mn() argument 1856 throttlectl_gpu_level_select(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) throttlectl_gpu_level_select() argument 1869 soctherm_oc_cfg_program(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) soctherm_oc_cfg_program() argument 1899 soctherm_throttle_program(struct tegra_soctherm *ts, enum soctherm_throttle_id throt) soctherm_throttle_program() argument [all...] |
Completed in 5 milliseconds