Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c42 int minM = info->vco1.min_m, maxM = info->vco1.max_m; in getMNP_single() local
92 for (M = minM; M <= maxM; M++) { in getMNP_single()