Lines Matching defs:clock
22 unsigned div_out : 7; /* 6 : 0 Output clock divider */
28 unsigned div_ref : 7; /* 38 : 32 Input clock divider */
45 unsigned int clock; /* kHz */
144 * @clock: the desired output pixel clock, the unit is kHz
150 unsigned int clock,
160 if (clock == pt->clock) {
169 drm_dbg_kms(this->ddev, "pixel clock %u: miss\n", clock);
176 * desired pixel clock frequency. It does that by computing all of the
186 * @clock: the desired output pixel clock, the unit is kHz
193 unsigned int clock,
203 if (!lsdc_pixpll_find(this, clock, pout))
218 if (clock >= computed)
219 diff = clock - computed;
221 diff = computed - clock;
244 drm_dbg(this->ddev, "can't find suitable params for %u khz\n", clock);