Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dtgafb.c355 var->nonstd || (1000000000/var->pixclock) > TGA_PLL_MAX_FREQ || in tgafb_decode_var()
619 if (f > TGA_PLL_MAX_FREQ) in tgafb_set_pll()
620 f = TGA_PLL_MAX_FREQ; in tgafb_set_pll()
622 if (f >= TGA_PLL_MAX_FREQ / 2) in tgafb_set_pll()
624 else if (f >= TGA_PLL_MAX_FREQ / 4) in tgafb_set_pll()
657 min_diff = TGA_PLL_MAX_FREQ; in tgafb_set_pll()
Dtgafb.h85 #define TGA_PLL_MAX_FREQ 230000 macro