| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_hdmi_ddc_clk.c | 34 u8 best_m = 0, best_n = 0, _m, _n; in sun4i_ddc_calc_divider() local 49 best_n = _n; in sun4i_ddc_calc_divider() 56 *n = best_n; in sun4i_ddc_calc_divider()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/i2c/ |
| H A D | ch7006_mode.c | 260 int n, best_n = 0; in ch7006_setup_pll() local 271 best_n = n; in ch7006_setup_pll() 277 regs[CH7006_PLLOV] = bitf(CH7006_PLLOV_N_8, best_n) | in ch7006_setup_pll() 281 regs[CH7006_PLLN] = bitf(CH7006_PLLN_0, best_n); in ch7006_setup_pll() 283 if (best_n < 108) in ch7006_setup_pll() 289 best_n, best_m, best_freq, best_n < 108); in ch7006_setup_pll()
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu_nk.c | 22 unsigned int best_k = 0, best_n = 0; in ccu_nk_find_best() local 35 best_n = _n; in ccu_nk_find_best() 41 nk->n = best_n; in ccu_nk_find_best()
|
| H A D | ccu_nkmp.c | 36 unsigned long best_n = 0, best_k = 0, best_m = 0, best_p = 0; in ccu_nkmp_find_best() local 54 best_n = _n; in ccu_nkmp_find_best() 64 nkmp->n = best_n; in ccu_nkmp_find_best()
|
| H A D | ccu_nm.c | 34 unsigned long best_n = 0, best_m = 0; in ccu_nm_find_best() local 44 best_n = _n; in ccu_nm_find_best() 50 nm->n = best_n; in ccu_nm_find_best()
|
| /linux/drivers/video/fbdev/ |
| H A D | asiliantfb.c | 116 best_n = 0xffffffff; in asiliant_calc_dclk2() local 144 best_n = n; in asiliant_calc_dclk2() 156 best_n = n; in asiliant_calc_dclk2() 167 *dclk2_n = best_n - 2; in asiliant_calc_dclk2()
|
| H A D | gbefb.c | 458 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; in compute_gbe_timing() local 473 best_n = best_m = best_p = 0; in compute_gbe_timing() 492 best_n = pll_n; in compute_gbe_timing() 497 if (!best_n || !best_m) in compute_gbe_timing() 501 (best_n << best_p) / best_m; in compute_gbe_timing() 508 timing->pll_n = best_n; in compute_gbe_timing()
|
| H A D | sstfb.c | 295 int best_n = -1; in sst_calc_pll() local 314 best_n = n; in sst_calc_pll() 321 if (best_n == -1) /* unlikely, but who knows ? */ in sst_calc_pll() 324 t->n = best_n; in sst_calc_pll()
|
| H A D | tdfxfb.c | 290 int m, n, k, best_m, best_n, best_k, best_error; in do_calc_pll() local 294 best_n = best_m = best_k = 0; in do_calc_pll() 321 best_n = n; in do_calc_pll() 329 n = best_n; in do_calc_pll()
|
| H A D | tridentfb.c | 840 unsigned char best_m = 0, best_n = 0, best_k = 0; in set_vclk() local 853 best_n = n; in set_vclk() 863 lo = best_n | (best_m << 7); in set_vclk() 866 lo = best_n; in set_vclk()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gk20a.c | 110 u32 best_m, best_n; in gk20a_pllg_calc_mnp() local 121 best_n = clk->params->min_n; in gk20a_pllg_calc_mnp() 179 best_n = n; in gk20a_pllg_calc_mnp() 199 pll->n = best_n; in gk20a_pllg_calc_mnp()
|
| /linux/drivers/clk/meson/ |
| H A D | clk-pll.c | 219 unsigned int *best_n, in meson_clk_get_pll_settings() argument 236 *best_n = n; in meson_clk_get_pll_settings()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx93-mipi-dsi.c | 229 unsigned int min_n, max_n, n, best_n = UINT_MAX; in dphy_pll_get_configure_from_opts() local 276 best_n = n; in dphy_pll_get_configure_from_opts() 285 cfg->n = best_n; in dphy_pll_get_configure_from_opts()
|
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_dsi.c | 866 u32 best_n = 0, best_m = 0; in mipi_tx_pll_setup() local 921 best_n = n; in mipi_tx_pll_setup() 936 dev_dbg(kmb_dsi->dev, "m = %d n = %d\n", best_m, best_n); in mipi_tx_pll_setup() 940 (best_n & 0x0f)); in mipi_tx_pll_setup()
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 266 unsigned int best_n = 0; in dw_hdmi_qp_compute_n() local 279 best_n = n; in dw_hdmi_qp_compute_n() 281 best_n_distance = abs(best_n - ideal_n); in dw_hdmi_qp_compute_n() 292 return best_n; in dw_hdmi_qp_compute_n()
|