Home
last modified time | relevance | path

Searched defs:THROT_DEPTH_DIVIDEND (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c203 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1) macro
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c203 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1) macro

Completed in 7 milliseconds