HomeSort by: relevance | last modified time | path
    Searched defs:best_m (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_ccu_fractional.c 110 u_int parent_rate, best_rate, best_m; local in function:sunxi_ccu_fractional_set_rate
161 best_m = m;
171 best_m--;
174 val |= __SHIFTIN(best_m, fractional->m);
sunxi_ccu_display.c 106 uint32_t best_m, best_d; local in function:sunxi_ccu_lcdxch1_set_rate
111 best_m = best_d = 0;
123 best_m = m;
129 if (best_m == 0)
sunxi_ccu_nm.c 107 u_int parent_rate, best_rate, best_n, best_m, best_parent; local in function:sunxi_ccu_nm_set_rate
157 best_m = m;
166 best_m = m;
183 val |= __SHIFTIN(best_m, nm->m);
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_mode.c 267 int m, best_m = 0; local in function:ch7006_setup_pll
278 best_m = m;
284 bitf(CH7006_PLLOV_M_8, best_m);
286 regs[CH7006_PLLM] = bitf(CH7006_PLLM_0, best_m);
295 best_n, best_m, best_freq, best_n < 108);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c 114 u32 best_m, best_n; local in function:gk20a_pllg_calc_mnp
124 best_m = clk->params->max_m;
182 best_m = m;
202 pll->m = best_m;
  /src/sys/dev/pci/
tdvfb.c 678 int best_m, best_n1, best_error; local in function:tdvfb_gendac_calc_pll
682 best_m = -1; best_n1 = -1;
711 best_m = m;
718 fout = (TDV_GENDAC_REFFREQ * (best_m + 2)) / ((1 << n2) * (best_n1 + 2));
719 timing.m = best_m;
sv.c 629 int a, n, m, best_n, best_m, best_error; local in function:sv_set_format
635 best_m = 0;
659 best_m = m;
665 best_m -= 2;
668 sv_write_indirect(sc, SV_ADC_PLL_M, best_m);
voodoofb.c 1355 int m, n, k, best_m, best_n, best_k, f_cur, best_error; local in function:voodoofb_calc_pll
1359 best_n = best_m = best_k = 0;
1379 best_m = 1;
1390 best_m = m;
1397 m = best_m;

Completed in 19 milliseconds