Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dtgafb.c189 if (1000000000 / var->pixclock > TGA_PLL_MAX_FREQ) in tgafb_check_var()
435 if (f > TGA_PLL_MAX_FREQ)
436 f = TGA_PLL_MAX_FREQ;
438 if (f >= TGA_PLL_MAX_FREQ / 2)
440 else if (f >= TGA_PLL_MAX_FREQ / 4)
472 min_diff = TGA_PLL_MAX_FREQ;
/linux-5.19.10/include/video/
Dtgafb.h114 #define TGA_PLL_MAX_FREQ 230000 macro