Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv090x.c1985 u8 k_ref, k_max, k_min; in stv090x_blind_search() local
2021 k_ref = k_max; in stv090x_blind_search()
2023 if (STV090x_WRITE_DEMOD(state, KREFTMG, k_ref) < 0) in stv090x_blind_search()
2053 k_ref -= 20; in stv090x_blind_search()
2054 } while ((k_ref >= k_min) && (!lock) && (!coarse_fail)); in stv090x_blind_search()