Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c694 u32 lo_gcd, gd_Scale, gc_Scale, gf_Scale, hgds, hgfs, hgcs; in IsSpurInBand() local
707 hgds = gd_Scale / 2; in IsSpurInBand()
717 md = (n * ((f_LO1 + hgds) / gd_Scale) - in IsSpurInBand()
718 ((d + hgds) / gd_Scale)) / ((f_LO2 + hgds) / gd_Scale); in IsSpurInBand()
724 ma = (n * ((f_LO1 + hgds) / gd_Scale) + in IsSpurInBand()
725 ((d + hgds) / gd_Scale)) / ((f_LO2 + hgds) / gd_Scale); in IsSpurInBand()