Home
last modified time | relevance | path

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

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