Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c161 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1) macro
1030 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_level_cfg()
1107 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_mn()