[go: nahoru, domu]

Searched defs:lo_gcd (Results 1 - 1 of 1) sorted by relevance

/drivers/media/tuners/
H A Dmt2063.c724 u32 lo_gcd, gd_Scale, gc_Scale, gf_Scale, hgds, hgfs, hgcs; local
735 lo_gcd = MT2063_gcd(f_LO1, f_LO2);
736 gd_Scale = max((u32) MT2063_gcd(lo_gcd, d), f_Scale);
738 gc_Scale = max((u32) MT2063_gcd(lo_gcd, c), f_Scale);
740 gf_Scale = max((u32) MT2063_gcd(lo_gcd, f), f_Scale);

Completed in 39 milliseconds