Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/tegra/
Dsoctherm.c203 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1) macro
1753 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_level_cfg()
1832 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_mn()