Lines Matching refs:gear
269 u8 gear;
272 * The TMDS PLL in AD9389b change gear when the chip is heated above a
273 * certain temperature. The output is disabled when the PLL change gear
277 * 0x98 [7] = enable manual gearing. 0x98 [6:4] = gear
279 * The pixel frequency ranges are based on readout of the gear the
285 gear = 0xc0; /* 4th gear */
287 gear = 0xb0; /* 3rd gear */
289 gear = 0xa0; /* 2nd gear */
291 gear = 0x90; /* 1st gear */
293 gear = 0x80; /* 0th gear */
295 ad9389b_wr_and_or(sd, 0x98, 0x0f, gear);
392 v4l2_info(sd, "ad9389b: %s gear %d\n",
611 /* update PLL gear based on new dv_timings */