Searched refs:ext_div (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/ |
H A D | nlm_hal.c | 276 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 471 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_pos in tc_pxl_pll_en() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 517 int ext_div[] = {1, 2, 3, 5, 7}; in tc_pxl_pll_en() local 540 for (i_pre = 0; i_pre < ARRAY_SIZE(ext_div); i_pre++) { in tc_pxl_pll_en() 545 if (refclk / ext_div[i_pre] < 1000000) in tc_pxl_pll_en() 547 for (i_post = 0; i_post < ARRAY_SIZE(ext_div); i_post++) { in tc_pxl_pll_en() 552 tmp = pixelclock * ext_div[i_pre] * in tc_pxl_pll_en() 553 ext_div[i_post] * div; in tc_pxl_pll_en() 561 clk = (refclk / ext_div[i_pre] / div) * mul; in tc_pxl_pll_en() 565 clk = clk / ext_div[i_post]; in tc_pxl_pll_en() 588 ext_div[best_pre], best_div, best_mul, ext_div[best_pos in tc_pxl_pll_en() [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | atarihw.h | 692 u_char ext_div; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | atarihw.h | 692 u_char ext_div; member
|
Completed in 9 milliseconds