Searched refs:vco_fine_tune (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/tuners/
H A Dr820t.c554 u8 ni, si, nint, vco_fine_tune, val; local
612 vco_fine_tune = (data[4] & 0x30) >> 4;
614 tuner_dbg("mix_div=%d div_num=%d vco_fine_tune=%d\n",
615 mix_div, div_num, vco_fine_tune);
618 * XXX: R828D/16MHz seems to have always vco_fine_tune=1.
622 if (vco_fine_tune > VCO_POWER_REF)
624 else if (vco_fine_tune < VCO_POWER_REF)

Completed in 122 milliseconds