Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dtgafb.h114 #define TGA_PLL_MAX_FREQ 230000 macro
/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c199 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;