Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 29) sorted by relevance

12

/u-boot/test/dm/
A Dk210_pll.c14 struct k210_pll_config *best) in dm_test_k210_pll_calc_config() argument
38 best->r = r; in dm_test_k210_pll_calc_config()
39 best->f = f; in dm_test_k210_pll_calc_config()
40 best->od = od; in dm_test_k210_pll_calc_config()
/u-boot/doc/
A DREADME.440-DDR-performance1 AMCC suggested to set the PMU bit to 0 for best performace on the
21 the *best* time for each is used.
30 For best results, please be sure you know the precision of your system
62 the *best* time for each is used.
71 For best results, please be sure you know the precision of your system
A DREADME.memory-test23 This is probably the best known memory test utility in U-Boot.
81 efficient, memory test like that. The best known test case to stress
A DREADME.i2c32 sure that the other side doesn't want it also. A detailed explanation is best
A DREADME.power-framework155 binary. The best would be to parse the DTS from Linux kernel.
A DREADME.autoboot125 for a shorter partial match, so it's best if the first
/u-boot/arch/powerpc/dts/
A Dqoriq-fman3-0-10g-0-best-effort.dtsi16 fsl,fman-best-effort-port;
24 fsl,fman-best-effort-port;
A Dqoriq-fman3-0-10g-1-best-effort.dtsi16 fsl,fman-best-effort-port;
24 fsl,fman-best-effort-port;
A Dt1023si-post.dtsi20 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
/u-boot/drivers/sound/
A Dwm8994.c292 int i, cur_val, best_val, bclk_rate, best; in wm8994_hw_params() local
348 best = 0; in wm8994_hw_params()
355 best = i; in wm8994_hw_params()
359 rate_val |= best; in wm8994_hw_params()
367 best = 0; in wm8994_hw_params()
372 best = i; in wm8994_hw_params()
381 bclk_rate = priv->aifclk[id] * 10 / bclk_divs[best]; in wm8994_hw_params()
382 bclk |= best << WM8994_AIF1_BCLK_DIV_SHIFT; in wm8994_hw_params()
/u-boot/drivers/clk/kendryte/
A Dpll.c245 struct k210_pll_config *best) in k210_pll_calc_config() argument
410 best->r = r; in k210_pll_calc_config()
411 best->f = f; in k210_pll_calc_config()
412 best->od = od; in k210_pll_calc_config()
/u-boot/arch/arm/mach-imx/mx7/
A Dclock.c900 u32 temp, best = 0; in mxs_set_lcdclk() local
931 if (best == 0 || temp < best) { in mxs_set_lcdclk()
932 best = temp; in mxs_set_lcdclk()
939 if (best == 0) { in mxs_set_lcdclk()
944 debug("best %d, pred = %d, postd = %d\n", best, pred, postd); in mxs_set_lcdclk()
946 pll_div = best / hck; in mxs_set_lcdclk()
948 pll_num = (best - hck * pll_div) * pll_denom / hck; in mxs_set_lcdclk()
/u-boot/include/kendryte/
A Dpll.h46 struct k210_pll_config *best);
/u-boot/arch/arm/mach-imx/mx6/
A Dclock.c626 u32 temp, best = 0; in mxs_set_lcdclk() local
684 if (best == 0 || temp < best) { in mxs_set_lcdclk()
685 best = temp; in mxs_set_lcdclk()
692 if (best == 0) { in mxs_set_lcdclk()
697 debug("best %d, pred = %d, postd = %d\n", best, pred, postd); in mxs_set_lcdclk()
699 pll_div = best / hck; in mxs_set_lcdclk()
701 pll_num = (best - hck * pll_div) * pll_denom / hck; in mxs_set_lcdclk()
/u-boot/arch/arm/dts/
A Drk3368-lion-u-boot.dtsi56 * Note that the best performance for any given application workload
/u-boot/
A DKconfig75 do what it thinks is best, which is desirable in some cases for size
85 do what it thinks is best, which is desirable in some cases for size
95 do what it thinks is best, which is desirable in some cases for size
/u-boot/doc/develop/
A Dtrace.rst170 The best time to start tracing is right at the beginning of U-Boot. The
171 best time to stop tracing is right at the end. In practice it is hard
A Dcoccinelle.rst199 Using coccicheck is best as it provides in the spatch command line
/u-boot/doc/device-tree-bindings/gpio/
A Dgpio.txt83 1.1) GPIO specifier best practices
87 high or active-low. If it does, the following best practices should be
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h314 int best; member
/u-boot/doc/device-tree-bindings/net/
A Dsnps,dwc-qos-ethernet.txt60 of clk_rx_125_i, clk_pmarx_0_i, clk_pmarx1_i. For this reason it is best to
/u-boot/drivers/usb/gadget/
A DKconfig223 systems, so it's the best option for compatibility.
/u-boot/common/
A Ddlmalloc.src210 preset defaults are those that give best performance for typical
1241 the same-sized chunks, but facilitates best-fit allocation for
2067 any remainder. This search is strictly by best-fit; i.e.,
2073 the best-fit search rule. In effect, `top' is treated as
2218 search for best fitting chunk by scanning bins in blockwidth units.
3198 * Use ordered bins instead of best-fit threshhold
3221 * Use best fit for very large chunks to prevent some worst-cases.
A DKconfig.boot131 bool "Select the best match for the kernel device tree"
134 one whose fdt's compatibility field best matches that of
135 U-Boot itself. A match is considered "best" if it matches the
/u-boot/doc/driver-model/
A Dof-plat.rst16 that in most cases it is best to use device tree for configuration.

Completed in 35 milliseconds

12