Searched refs:TGA_PLL_MAX_FREQ (Results 1 – 2 of 2) sorted by relevance
114 #define TGA_PLL_MAX_FREQ 230000 macro
199 if (1000000000 / var->pixclock > TGA_PLL_MAX_FREQ) in tgafb_check_var()445 if (f > TGA_PLL_MAX_FREQ)446 f = TGA_PLL_MAX_FREQ;448 if (f >= TGA_PLL_MAX_FREQ / 2)450 else if (f >= TGA_PLL_MAX_FREQ / 4)482 min_diff = TGA_PLL_MAX_FREQ;