| /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/arch/powerpc/dts/ |
| A D | t2080si-post.dtsi | 19 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi" 20 /include/ "qoriq-fman3-0-10g-1-best-effort.dtsi"
|
| 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 | 21 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
|
| /u-boot/arch/arm/mach-imx/imx8ulp/ |
| A D | clock.c | 417 u32 best_pfd = 0, best_frac = 0, best = 0, best_div = 0; in mxs_set_lcdclk() local 445 if (best == 0 || rate > best) { in mxs_set_lcdclk() 446 best = rate; in mxs_set_lcdclk() 457 if (best == 0) { in mxs_set_lcdclk() 463 freq_in_khz, best, best_frac, best_pcd, best_pfd, best_div); in mxs_set_lcdclk()
|
| /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/include/k210/ |
| A D | pll.h | 18 struct k210_pll_config *best);
|
| /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/arch/arm/mach-imx/mx6/ |
| A D | clock.c | 684 u32 temp, best = 0; in mxs_set_lcdclk() local 742 if (best == 0 || temp < best) { in mxs_set_lcdclk() 743 best = temp; in mxs_set_lcdclk() 750 if (best == 0) { in mxs_set_lcdclk() 755 debug("best %d, pred = %d, postd = %d\n", best, pred, postd); in mxs_set_lcdclk() 757 pll_div = best / hck; in mxs_set_lcdclk() 759 pll_num = (best - hck * pll_div) * pll_denom / hck; in mxs_set_lcdclk()
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-l2c-defs.h | 165 int best; member
|
| /u-boot/arch/arm/dts/ |
| A D | rk3368-lion-haikou-u-boot.dtsi | 62 * Note that the best performance for any given application workload
|
| A D | sun50i-h616-orangepi-zero2.dts | 240 * is the best choice.
|
| /u-boot/doc/ |
| 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.autoboot | 125 for a shorter partial match, so it's best if the first
|
| A D | README.power-framework | 155 binary. The best would be to parse the DTS from Linux kernel.
|
| /u-boot/drivers/clk/ |
| A D | clk_k210.c | 662 struct k210_pll_config *best) in k210_pll_calc_config() argument 852 best->r = r; in k210_pll_calc_config() 853 best->f = f; in k210_pll_calc_config() 854 best->od = od; in k210_pll_calc_config()
|
| /u-boot/doc/chromium/ |
| A D | overview.rst | 69 best introduction talk.
|
| /u-boot/doc/develop/ |
| A D | sending_patches.rst | 76 compression, no attachments. Just plain text. The best way the generate 85 The best way to send patches is by not using your regular mail tool, but by 89 It would be best to subscribe to the list for the duration of your tests to 210 PCI common code, prefix your summary line with "pci:". The best thing to do
|
| A D | trace.rst | 283 The best time to start tracing is right at the beginning of U-Boot. The 284 best time to stop tracing is right at the end. In practice it is hard
|
| A D | system_configuration.rst | 31 configuration. This is generally the best fit for when we want to enable or
|
| /u-boot/ |
| A D | Kconfig | 106 do what it thinks is best, which is desirable in some cases for size 115 do what it thinks is best, which is desirable in some cases for size 147 do what it thinks is best, which is desirable in some cases for size
|
| /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/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
|