Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
A Dtc358767.c595 int ext_div[] = {1, 2, 3, 5, 7}; in tc_pxl_pll_calc() local
618 for (i_pre = 0; i_pre < ARRAY_SIZE(ext_div); i_pre++) { in tc_pxl_pll_calc()
623 if (refclk / ext_div[i_pre] < 1000000) in tc_pxl_pll_calc()
625 for (i_post = 0; i_post < ARRAY_SIZE(ext_div); i_post++) { in tc_pxl_pll_calc()
631 iclk = refclk / (div * ext_div[i_pre]); in tc_pxl_pll_calc()
635 tmp = pixelclock * ext_div[i_pre] * in tc_pxl_pll_calc()
636 ext_div[i_post] * div; in tc_pxl_pll_calc()
644 clk = (refclk / ext_div[i_pre] / div) * mul; in tc_pxl_pll_calc()
648 clk = clk / ext_div[i_post]; in tc_pxl_pll_calc()
670 ext_div[best_pre], best_div, best_mul, ext_div[best_post]); in tc_pxl_pll_calc()
[all …]
/linux/arch/m68k/include/asm/
A Datarihw.h692 u_char ext_div; member

Completed in 12 milliseconds