Home
last modified time | relevance | path

Searched refs:ext_div (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/bridge/
Dtc358767.c471 int ext_div[] = {1, 2, 3, 5, 7}; in tc_pxl_pll_en() local
480 for (i_pre = 0; i_pre < ARRAY_SIZE(ext_div); i_pre++) { in tc_pxl_pll_en()
485 if (refclk / ext_div[i_pre] < 1000000) in tc_pxl_pll_en()
487 for (i_post = 0; i_post < ARRAY_SIZE(ext_div); i_post++) { in tc_pxl_pll_en()
492 tmp = pixelclock * ext_div[i_pre] * in tc_pxl_pll_en()
493 ext_div[i_post] * div; in tc_pxl_pll_en()
501 clk = (refclk / ext_div[i_pre] / div) * mul; in tc_pxl_pll_en()
509 clk = clk / ext_div[i_post]; in tc_pxl_pll_en()
532 ext_div[best_pre], best_div, best_mul, ext_div[best_post]); in tc_pxl_pll_en()
535 if (refclk / ext_div[best_pre] / best_div * best_mul >= 300000000) in tc_pxl_pll_en()
[all …]
/Linux-v5.15/arch/mips/netlogic/xlp/
Dnlm_hal.c276 unsigned int pll_divf, pll_divr, dfs_div, ext_div; in nlm_xlp_get_core_frequency() local
285 ext_div = ((rstval >> 30) & 0x3) + 1; in nlm_xlp_get_core_frequency()
289 denom = 3 * pll_divr * ext_div * dfs_div; in nlm_xlp_get_core_frequency()
/Linux-v5.15/arch/m68k/include/asm/
Datarihw.h692 u_char ext_div; member