Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c43 int minN = info->vco1.min_n, maxN = info->vco1.max_n; in getMNP_single() local
103 if (N > maxN) in getMNP_single()