Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dg450_pll.c256 unsigned int mnpcount) in g450_findworkingpll() argument
262 for (idx = 0; idx < mnpcount; idx++) { in g450_findworkingpll()
335 unsigned int mnpcount; in __g450_setclk() local
433 mnpcount = 0; in __g450_setclk()
464 for (idx = mnpcount; idx > 0; idx--) { in __g450_setclk()
487 mnpcount++; in __g450_setclk()
491 if (!mnpcount) { in __g450_setclk()
503 mnp = g450_findworkingpll(minfo, pll, mnparray, mnpcount); in __g450_setclk()