Searched refs:TGA_PLL_MAX_FREQ (Results 1 – 2 of 2) sorted by relevance
355 var->nonstd || (1000000000/var->pixclock) > TGA_PLL_MAX_FREQ || in tgafb_decode_var()619 if (f > TGA_PLL_MAX_FREQ) in tgafb_set_pll()620 f = TGA_PLL_MAX_FREQ; in tgafb_set_pll()622 if (f >= TGA_PLL_MAX_FREQ / 2) in tgafb_set_pll()624 else if (f >= TGA_PLL_MAX_FREQ / 4) in tgafb_set_pll()657 min_diff = TGA_PLL_MAX_FREQ; in tgafb_set_pll()
85 #define TGA_PLL_MAX_FREQ 230000 macro