Searched refs:ext_div (Results 1 – 2 of 2) sorted by relevance
471 int ext_div[] = {1, 2, 3, 5, 7}; in tc_pxl_pll_en() local480 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 …]
692 u_char ext_div; member
Completed in 10 milliseconds