Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dtgafb.c201 if (1000000000 / var->pixclock > TGA_PLL_MAX_FREQ) in tgafb_check_var()
447 if (f > TGA_PLL_MAX_FREQ)
448 f = TGA_PLL_MAX_FREQ;
450 if (f >= TGA_PLL_MAX_FREQ / 2)
452 else if (f >= TGA_PLL_MAX_FREQ / 4)
484 min_diff = TGA_PLL_MAX_FREQ;
/linux/include/video/
H A Dtgafb.h114 #define TGA_PLL_MAX_FREQ 230000 macro