Home
last modified time | relevance | path

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

/drivers/media/tuners/
Dmt2063.c98 u32 f_if1_bw; 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()
858 } while ((2 * delta_IF1 + pAS_Info->f_out_bw <= pAS_Info->f_if1_bw) && pAS_Info->bSpurPresent); in MT2063_AvoidSpurs()
1907 state->AS_Data.f_if1_bw = MT2063_IF1_BW; in mt2063_init()