Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/doc/
H 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
H 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
H A DREADME.i2c32 sure that the other side doesn't want it also. A detailed explanation is best
H A DREADME.trace164 The best time to start tracing is right at the beginning of U-Boot. The
165 best time to stop tracing is right at the end. In practice it is hard
H A DREADME.autoboot125 for a shorter partial match, so it's best if the first
H A DREADME.power-framework155 binary. The best would be to parse the DTS from Linux kernel.
H A DREADME.x861119 been attempted. The best approach would likely be to build a 32-bit SPL
/rk3399_rockchip-uboot/drivers/sound/
H A Dwm8994.c296 int i, cur_val, best_val, bclk_rate, best; in wm8994_hw_params() local
352 best = 0; in wm8994_hw_params()
361 best = i; in wm8994_hw_params()
365 rate_val |= best; in wm8994_hw_params()
373 best = 0; in wm8994_hw_params()
378 best = i; in wm8994_hw_params()
387 bclk_rate = wm8994->aifclk[id] * 10 / bclk_divs[best]; in wm8994_hw_params()
388 bclk |= best << WM8994_AIF1_BCLK_DIV_SHIFT; in wm8994_hw_params()
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx7/
H A Dclock.c897 u32 temp, best = 0; in mxs_set_lcdclk() local
928 if (best == 0 || temp < best) { in mxs_set_lcdclk()
929 best = temp; in mxs_set_lcdclk()
936 if (best == 0) { in mxs_set_lcdclk()
941 debug("best %d, pred = %d, postd = %d\n", best, pred, postd); in mxs_set_lcdclk()
943 pll_div = best / hck; in mxs_set_lcdclk()
945 pll_num = (best - hck * pll_div) * pll_denom / hck; in mxs_set_lcdclk()
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/
H A Dclock.c625 u32 temp, best = 0; in mxs_set_lcdclk() local
683 if (best == 0 || temp < best) { in mxs_set_lcdclk()
684 best = temp; in mxs_set_lcdclk()
691 if (best == 0) { in mxs_set_lcdclk()
696 debug("best %d, pred = %d, postd = %d\n", best, pred, postd); in mxs_set_lcdclk()
698 pll_div = best / hck; in mxs_set_lcdclk()
700 pll_num = (best - hck * pll_div) * pll_denom / hck; in mxs_set_lcdclk()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3368-lion-u-boot.dtsi38 * Note that the best performance for any given application workload
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Dgpio.txt68 1.1) GPIO specifier best practices
72 high or active-low. If it does, the following best practices should be
/rk3399_rockchip-uboot/
H A DKconfig272 bool "Select the best match for the kernel device tree"
275 one whose fdt's compatibility field best matches that of
276 U-Boot itself. A match is considered "best" if it matches the
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A DKconfig176 systems, so it's the best option for compatibility.
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H 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
/rk3399_rockchip-uboot/common/
H 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.
/rk3399_rockchip-uboot/doc/driver-model/
H A Dof-plat.txt14 that in most cases it is best to use device tree for configuration.
/rk3399_rockchip-uboot/test/py/
H A DREADME.md75 will be written to `${build_dir}/test-log.html`. This is best viewed in a web
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt285 possible use to the public, the best way to achieve this is to make it
/rk3399_rockchip-uboot/tools/binman/
H A DREADME110 Where possible it is best to put as much as possible in the FIT, with binman