/u-boot/test/dm/ |
A D | k210_pll.c | 14 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 D | README.440-DDR-performance | 1 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 D | README.memory-test | 23 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 D | README.i2c | 32 sure that the other side doesn't want it also. A detailed explanation is best
|
A D | README.power-framework | 155 binary. The best would be to parse the DTS from Linux kernel.
|
A D | README.autoboot | 125 for a shorter partial match, so it's best if the first
|
/u-boot/arch/powerpc/dts/ |
A D | qoriq-fman3-0-10g-0-best-effort.dtsi | 16 fsl,fman-best-effort-port; 24 fsl,fman-best-effort-port;
|
A D | qoriq-fman3-0-10g-1-best-effort.dtsi | 16 fsl,fman-best-effort-port; 24 fsl,fman-best-effort-port;
|
A D | t1023si-post.dtsi | 20 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
|
/u-boot/drivers/sound/ |
A D | wm8994.c | 292 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 D | pll.c | 245 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 D | clock.c | 900 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 D | pll.h | 46 struct k210_pll_config *best);
|
/u-boot/arch/arm/mach-imx/mx6/ |
A D | clock.c | 626 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 D | rk3368-lion-u-boot.dtsi | 56 * Note that the best performance for any given application workload
|
/u-boot/ |
A D | Kconfig | 75 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 D | trace.rst | 170 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 D | coccinelle.rst | 199 Using coccicheck is best as it provides in the spatch command line
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | gpio.txt | 83 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 D | octeon_ddr.h | 314 int best; member
|
/u-boot/doc/device-tree-bindings/net/ |
A D | snps,dwc-qos-ethernet.txt | 60 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 D | Kconfig | 223 systems, so it's the best option for compatibility.
|
/u-boot/common/ |
A D | dlmalloc.src | 210 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 D | Kconfig.boot | 131 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 D | of-plat.rst | 16 that in most cases it is best to use device tree for configuration.
|