Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dtgafb.c196 if (1000000000 / var->pixclock > TGA_PLL_MAX_FREQ) in tgafb_check_var()
442 if (f > TGA_PLL_MAX_FREQ)
443 f = TGA_PLL_MAX_FREQ;
445 if (f >= TGA_PLL_MAX_FREQ / 2)
447 else if (f >= TGA_PLL_MAX_FREQ / 4)
479 min_diff = TGA_PLL_MAX_FREQ;
/linux-6.1.9/include/video/
Dtgafb.h114 #define TGA_PLL_MAX_FREQ 230000 macro