Home
last modified time | relevance | path

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

/drivers/media/tuners/
Dmt2063.c96 u32 f_if1_Center; member
444 if ((f_max > (pAS_Info->f_if1_Center - (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
445 && (f_min < (pAS_Info->f_if1_Center + (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
500 ((pAS_Info->f_if1_Center - pAS_Info->f_if1_bw / 2 + in MT2063_ResetExclZones()
503 pAS_Info->f_if1_Center + pAS_Info->f_if1_bw / 2 + in MT2063_ResetExclZones()
516 ((pAS_Info->f_if1_Center - pAS_Info->f_if1_bw / 2 - in MT2063_ResetExclZones()
519 pAS_Info->f_if1_Center + pAS_Info->f_if1_bw / 2 + in MT2063_ResetExclZones()
597 if (pAS_Info->f_if1_Center > f_Desired) in MT2063_ChooseFirstIF()
601 ((pAS_Info->f_if1_Center - f_Desired + in MT2063_ChooseFirstIF()
607 ((f_Desired - pAS_Info->f_if1_Center + in MT2063_ChooseFirstIF()
[all …]