Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Dpmagb-b-fb.c184 static unsigned int pmagbbfb_freqs[] = { in pmagbbfb_osc_setup() local
222 if (freq0 >= pmagbbfb_freqs[0] - (pmagbbfb_freqs[0] + 32) / 64 && in pmagbbfb_osc_setup()
223 freq0 <= pmagbbfb_freqs[0] + (pmagbbfb_freqs[0] + 32) / 64) in pmagbbfb_osc_setup()
224 par->osc0 = pmagbbfb_freqs[0]; in pmagbbfb_osc_setup()
228 for (i = 0; i < ARRAY_SIZE(pmagbbfb_freqs); i++) in pmagbbfb_osc_setup()
229 if (freq1 >= pmagbbfb_freqs[i] - in pmagbbfb_osc_setup()
230 (pmagbbfb_freqs[i] + 128) / 256 && in pmagbbfb_osc_setup()
231 freq1 <= pmagbbfb_freqs[i] + in pmagbbfb_osc_setup()
232 (pmagbbfb_freqs[i] + 128) / 256) { in pmagbbfb_osc_setup()
233 par->osc1 = pmagbbfb_freqs[i]; in pmagbbfb_osc_setup()

Completed in 3 milliseconds