Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv090x.c1980 u8 k_ref, k_max, k_min; in stv090x_blind_search() local
2016 k_ref = k_max; in stv090x_blind_search()
2018 if (STV090x_WRITE_DEMOD(state, KREFTMG, k_ref) < 0) in stv090x_blind_search()
2048 k_ref -= 20; in stv090x_blind_search()
2049 } while ((k_ref >= k_min) && (!lock) && (!coarse_fail)); in stv090x_blind_search()