Home
last modified time | relevance | path

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

/linux/drivers/thermal/tegra/
H A Dsoctherm.c204 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1) macro
1754 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_level_cfg()
1833 dividend = THROT_DEPTH_DIVIDEND(depth); in throttlectl_cpu_mn()