Lines Matching refs:f_in
85 u32 f_in; member
492 pAS_Info->f_in) / pAS_Info->f_ref) - pAS_Info->f_in; in MT2063_ResetExclZones()
523 …MT2063_AddExclZone(pAS_Info, 1920836000 - pAS_Info->f_in, 1922236000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
524 …MT2063_AddExclZone(pAS_Info, 1922564000 - pAS_Info->f_in, 1923964000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
525 …MT2063_AddExclZone(pAS_Info, 1924292000 - pAS_Info->f_in, 1925692000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
526 …MT2063_AddExclZone(pAS_Info, 1926020000 - pAS_Info->f_in, 1927420000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
527 …MT2063_AddExclZone(pAS_Info, 1927748000 - pAS_Info->f_in, 1929148000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
531 …MT2063_AddExclZone(pAS_Info, 1896644000 - pAS_Info->f_in, 1898044000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
532 …MT2063_AddExclZone(pAS_Info, 1894916000 - pAS_Info->f_in, 1896316000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
533 …MT2063_AddExclZone(pAS_Info, 1893188000 - pAS_Info->f_in, 1894588000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
534 …MT2063_AddExclZone(pAS_Info, 1891460000 - pAS_Info->f_in, 1892860000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
535 …MT2063_AddExclZone(pAS_Info, 1889732000 - pAS_Info->f_in, 1891132000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
536 …MT2063_AddExclZone(pAS_Info, 1888004000 - pAS_Info->f_in, 1889404000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
537 …MT2063_AddExclZone(pAS_Info, 1886276000 - pAS_Info->f_in, 1887676000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
538 …MT2063_AddExclZone(pAS_Info, 1884548000 - pAS_Info->f_in, 1885948000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
539 …MT2063_AddExclZone(pAS_Info, 1882820000 - pAS_Info->f_in, 1884220000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
540 …MT2063_AddExclZone(pAS_Info, 1881092000 - pAS_Info->f_in, 1882492000 - pAS_Info->f_in); /* Ctr = 1… in MT2063_ResetExclZones()
562 ((pAS_Info->f_if1_Request + pAS_Info->f_in + in MT2063_ChooseFirstIF()
564 pAS_Info->f_in; in MT2063_ChooseFirstIF()
812 u32 zfIF1 = pAS_Info->f_LO1 - pAS_Info->f_in; /* current attempt at a 1st IF */ in MT2063_AvoidSpurs()
1487 static u32 FindClearTuneFilter(struct mt2063_state *state, u32 f_in) in FindClearTuneFilter() argument
1497 if (state->CTFiltMax[idx] >= f_in) { in FindClearTuneFilter()
1508 static u32 MT2063_Tune(struct mt2063_state *state, u32 f_in) in MT2063_Tune() argument
1527 if ((f_in < MT2063_MIN_FIN_FREQ) || (f_in > MT2063_MAX_FIN_FREQ)) in MT2063_Tune()
1550 RFBand = FindClearTuneFilter(state, f_in); in MT2063_Tune()
1573 state->AS_Data.f_in = f_in; in MT2063_Tune()
1576 MT2063_Round_fLO(state->AS_Data.f_if1_Request + f_in, in MT2063_Tune()
1578 state->AS_Data.f_ref) - f_in; in MT2063_Tune()
1589 MT2063_Round_fLO(f_IF1 + f_in, state->AS_Data.f_LO1_Step, in MT2063_Tune()
1593 MT2063_Round_fLO(state->AS_Data.f_LO1 - state->AS_Data.f_out - f_in, in MT2063_Tune()
1610 MT2063_Round_fLO(state->AS_Data.f_LO1 - state->AS_Data.f_out - f_in, in MT2063_Tune()
1646 f_in) / (state->AS_Data.f_ref / 64) - 8 * (u32) fiffc - in MT2063_Tune()
1703 state->f_IF1_actual = state->AS_Data.f_LO1 - f_in; in MT2063_Tune()
1908 state->AS_Data.f_in = state->AS_Data.f_LO1 - state->f_IF1_actual; in mt2063_init()