Searched refs:hgcs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt2063.c | 694 u32 lo_gcd, gd_Scale, gc_Scale, gf_Scale, hgds, hgfs, hgcs; in IsSpurInBand() local 709 hgcs = gc_Scale / 2; in IsSpurInBand() 731 mc = (n * ((f_LO1 + hgcs) / gc_Scale) - in IsSpurInBand() 732 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand() 762 mb = (n * ((f_LO1 + hgcs) / gc_Scale) + in IsSpurInBand() 763 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt2063.c | 694 u32 lo_gcd, gd_Scale, gc_Scale, gf_Scale, hgds, hgfs, hgcs; in IsSpurInBand() local 709 hgcs = gc_Scale / 2; in IsSpurInBand() 731 mc = (n * ((f_LO1 + hgcs) / gc_Scale) - in IsSpurInBand() 732 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand() 762 mb = (n * ((f_LO1 + hgcs) / gc_Scale) + in IsSpurInBand() 763 ((c + hgcs) / gc_Scale)) / ((f_LO2 + hgcs) / gc_Scale); in IsSpurInBand()
|
Completed in 7 milliseconds