Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c500 int nont, ret; in core_get_turbo_pstate() local
503 nont = core_get_max_pstate(); in core_get_turbo_pstate()
505 if (ret <= nont) in core_get_turbo_pstate()
506 ret = nont; in core_get_turbo_pstate()