Lines Matching full:vco
21 FC11_REG_VCO, /* VCO */
22 FC11_REG_VCOSEL, /* VCO select */
30 FC11_REG_VCOCAL, /* VCO calibrate */
39 FC11_VCOSEL_2 = 0x08, /* VCO select 2 */
40 FC11_VCOSEL_1 = 0x10, /* VCO select 1 */
51 FC11_VCOCAL_RUN = 0, /* VCO calibration run */
52 FC11_VCOCAL_VALUEMASK = 0x3F, /* VCO calibration value mask */
53 FC11_VCOCAL_OK = 0x40, /* VCO calibration Ok */
54 FC11_VCOCAL_RESET = 0x80, /* VCO calibration reset */
132 /* Initiate VCO calibration */
147 /* Read VCO calibration value */
188 /* Set VCO freq and VCO div */ in fc0011_set_params()
259 /* Pre VCO select */ in fc0011_set_params()
289 /* VCO calibration */ in fc0011_set_params()
316 /* VCO calibration */ in fc0011_set_params()
327 "Failed to read VCO calibration value (got %02X)\n", in fc0011_set_params()
423 …dev_dbg(&priv->i2c->dev, "Tuned to fa=%02X fp=%02X xin=%02X%02X vco=%02X vcosel=%02X vcocal=%02X(%… in fc0011_set_params()