Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/tegra/
Dsoctherm.c203 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1) macro
1758 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_level_cfg()
1837 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_mn()