Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c87 u32 f_if1_Center; member
435 if ((f_max > (pAS_Info->f_if1_Center - (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
436 && (f_min < (pAS_Info->f_if1_Center + (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
491 ((pAS_Info->f_if1_Center - pAS_Info->f_if1_bw / 2 + in MT2063_ResetExclZones()
494 pAS_Info->f_if1_Center + pAS_Info->f_if1_bw / 2 + in MT2063_ResetExclZones()
507 ((pAS_Info->f_if1_Center - pAS_Info->f_if1_bw / 2 - in MT2063_ResetExclZones()
510 pAS_Info->f_if1_Center + pAS_Info->f_if1_bw / 2 + in MT2063_ResetExclZones()
588 if (pAS_Info->f_if1_Center > f_Desired) in MT2063_ChooseFirstIF()
592 ((pAS_Info->f_if1_Center - f_Desired + in MT2063_ChooseFirstIF()
598 ((f_Desired - pAS_Info->f_if1_Center + in MT2063_ChooseFirstIF()
[all …]