Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/scheduler/
Dsched-energy.rst362 C = Nd * (Nc + Ns)
364 with: Nd the number of performance domains; Nc the number of CPUs; and Ns the
365 total number of OPPs (ex: for two perf. domains with 4 OPPs each, Ns = 8).
/Linux-v5.10/drivers/video/fbdev/aty/
Dradeon_base.c577 unsigned Ns, Nm, M; in radeon_probe_pll_params() local
690 Ns = (tmp & 0xff0000) >> 16; in radeon_probe_pll_params()
693 sclk = round_div((2 * Ns * xtal), (2 * M)); in radeon_probe_pll_params()