| /u-boot/drivers/ram/stm32mp1/ |
| A D | stm32mp1_interactive.c | 135 if (step != expected) { in stm32mp1_check_step() 137 step, step_str[step], in stm32mp1_check_step() 154 printf("step = %d : %s\n", step, step_str[step]); in stm32mp1_do_info() 289 value <= step) { in stm32mp1_do_step() 292 step, step_str[step]); in stm32mp1_do_step() 301 return step; in stm32mp1_do_step() 389 log_debug("** step %d ** %s / %d\n", step, step_str[step], next_step); in stm32mp1_ddr_interactive() 394 if (step < 0 || step >= ARRAY_SIZE(step_str)) { in stm32mp1_ddr_interactive() 399 printf("%d:%s\n", step, step_str[step]); in stm32mp1_ddr_interactive() 401 if (next_step > step) in stm32mp1_ddr_interactive() [all …]
|
| /u-boot/drivers/rng/ |
| A D | meson-rng.c | 34 size_t step; in meson_rng_read() local 37 step = 4; in meson_rng_read() 39 step = len; in meson_rng_read() 40 memcpy(buffer, &rand, step); in meson_rng_read() 41 buffer += step; in meson_rng_read() 42 len -= step; in meson_rng_read()
|
| /u-boot/drivers/spi/ |
| A D | exynos_spi.c | 78 if (step == 4) { in spi_request_bytes() 110 int step; in spi_rx_tx() local 121 step = 1; in spi_rx_tx() 124 step = 4; in spi_rx_tx() 156 out_bytes -= step; in spi_rx_tx() 158 txp += step; in spi_rx_tx() 159 tx_lvl += step; in spi_rx_tx() 171 if (step == 4) in spi_rx_tx() 175 rxp += step; in spi_rx_tx() 179 toread -= step; in spi_rx_tx() [all …]
|
| /u-boot/drivers/serial/ |
| A D | serial_ar933x.c | 45 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() argument 52 t *= step; in ar933x_serial_get_baud() 60 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() argument 66 *step = 0; in ar933x_serial_get_scale_step() 85 *step = tstep; in ar933x_serial_get_scale_step() 93 u32 val, scale, step; in ar933x_serial_setbrg() local 96 ar933x_serial_get_scale_step(val, baudrate, &scale, &step); in ar933x_serial_setbrg() 100 val |= (step & AR933X_UART_CLK_STEP_M) in ar933x_serial_setbrg() 203 u32 val, scale, step; in _debug_uart_init() local 219 CONFIG_BAUDRATE, &scale, &step); in _debug_uart_init() [all …]
|
| /u-boot/drivers/video/ |
| A D | console_core.c | 59 inline void fill_pixel_and_goto_next(void **dstp, u32 value, int pbytes, int step) in fill_pixel_and_goto_next() argument 75 *dstp = dst_byte + step; in fill_pixel_and_goto_next() 81 int step, line_step, pbytes, bitcount, width_remainder, ret; in fill_char_vertically() local 90 step = -pbytes; in fill_char_vertically() 93 step = pbytes; in fill_char_vertically() 120 step in fill_char_vertically() 134 int step, line_step, pbytes, bitcount = 8, width_remainder, ret; in fill_char_horizontally() local 144 step = -pbytes; in fill_char_horizontally() 147 step = pbytes; in fill_char_horizontally() 169 step in fill_char_horizontally()
|
| /u-boot/include/power/ |
| A D | sandbox_pmic.h | 98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument 99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| /u-boot/drivers/power/ |
| A D | tps6586x.c | 138 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage() argument 140 int diff = voltage < target ? step : -step; in calculate_next_voltage() 142 if (abs(target - voltage) > step) in calculate_next_voltage() 170 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate, in tps6586x_adjust_sm0_sm1() argument 226 sm0 = calculate_next_voltage(sm0, sm0_target, step); in tps6586x_adjust_sm0_sm1() 234 sm1 = calculate_next_voltage(sm1, sm1_target, step); in tps6586x_adjust_sm0_sm1()
|
| /u-boot/tools/ |
| A D | envcrc.c | 94 size_t i, start, end, step; in main() local 98 step = 1; in main() 102 step = -1; in main() 104 for (i = start; i != end; i += step) in main()
|
| /u-boot/include/dt-bindings/pmic/ |
| A D | sandbox_pmic.h | 31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| /u-boot/drivers/power/regulator/ |
| A D | pfuze100.c | 58 #define PFUZE100_SW_REG(_name, base, step) \ argument 62 .uV_step = (step), \ 73 .uV_step = (step), \ 88 #define PFUZE100_VGEN_REG(_name, base, step) \ argument 92 .uV_step = (step), \ 99 #define PFUZE3000_VCC_REG(_name, base, step) \ argument 103 .uV_step = (step), \ 110 #define PFUZE3000_SW1_REG(_name, base, step) \ argument 114 .uV_step = (step), \ 125 .uV_step = (step), \ [all …]
|
| A D | s5m8767.c | 17 .step = 6250, 23 .step = 6250, 29 .step = 12500, 35 .step = 50000, 41 .step = 25000, 107 uv = desc->min + val * desc->step; in reg_get_value() 121 val = (uv - desc->min) / desc->step; in reg_set_value()
|
| A D | pca9450.c | 31 unsigned int step; member 60 .min_volt = (_min), .step = (_vstep), \ 149 *val = r->min_volt + r->step * (sel - r->min_sel); in vrange_find_value() 160 val <= r->min_volt + r->step * (num_vals - 1)) { in vrange_find_selector() 161 if (r->step) { in vrange_find_selector() 162 *sel = r->min_sel + ((val - r->min_volt) / r->step); in vrange_find_selector()
|
| A D | bd71837.c | 31 unsigned int step; member 67 .min_volt = (_min), .step = (_vstep), .min_sel = (_sel_low), \ 251 *val = r->min_volt + r->step * (sel - r->min_sel); in vrange_find_value() 262 val <= r->min_volt + r->step * (num_vals - 1)) { in vrange_find_selector() 263 if (r->step) { in vrange_find_selector() 264 *sel = r->min_sel + ((val - r->min_volt) / r->step); in vrange_find_selector()
|
| /u-boot/drivers/video/sunxi/ |
| A D | lcdc.c | 216 int value, n, m, min_m, max_m, diff, step; in lcdc_pll_set() local 222 step = 6000; in lcdc_pll_set() 224 step = 3000; in lcdc_pll_set() 248 n = (m * dotclock) / step; in lcdc_pll_set() 251 value = (step * n) / m; in lcdc_pll_set() 267 n = (m * dotclock) / (step * 2); in lcdc_pll_set() 269 value = (step * 2 * n) / m; in lcdc_pll_set() 298 clock_set_pll3(best_n * step * 1000); in lcdc_pll_set() 302 best_double + 1, step, best_n, best_m); in lcdc_pll_set()
|
| /u-boot/doc/board/atmel/ |
| A D | at91ek.rst | 26 You can choose your storage location at config step (here for at91sam9260ek):: 50 You can choose your storage location at config step (here for at91sam9260ek):: 73 You can choose your storage location at config step (here for at91sam9260ek):: 79 You can choose to boot directly from U-Boot at config step:: 97 You can choose your storage location at config step (here for at91sam9m10g45ek):: 117 You can choose your storage location at config step (here for at91sam9rlek):: 137 You can choose your storage location at config step (here for at91sam9x5ek):: 160 You can choose your storage location at config step (here for sama5d3xek)::
|
| /u-boot/board/rockchip/evb_rk3399/ |
| A D | README | 27 Here is the step-by-step to boot to U-Boot on rk3399. 46 Get bl31.elf in this step, copy it to U-Boot root dir: 64 Get spl/u-boot-spl.bin and u-boot.itb in this step. 69 Get rkdeveloptool installed on your Host in this step. 89 Get idbspl.img in this step. 98 Get trust.img and uboot.img in this step.
|
| /u-boot/board/rockchip/evb_rk3229/ |
| A D | README | 17 Get tee.bin in this step, copy it to U-Boot root dir: 29 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step. 40 Get rkdeveloptool in you Host in this step. 52 Get idbloader.img in this step.
|
| /u-boot/doc/device-tree-bindings/regulator/ |
| A D | fsl,anatop-regulator.txt | 20 - anatop-delay-reg-offset: u32 value representing the anatop MFD step time 22 - anatop-delay-bit-shift: u32 value representing the bit shift for the step 25 the step time register.
|
| /u-boot/drivers/ddr/marvell/a38x/ |
| A D | mv_ddr4_training_leveling.c | 280 u32 flag, step; in mv_ddr4_dynamic_pb_wl_supp() local 344 step = 0; in mv_ddr4_dynamic_pb_wl_supp() 356 step++; in mv_ddr4_dynamic_pb_wl_supp() 357 if (step == 1) { /* set phase (0x0[6-8]) to -2 */ in mv_ddr4_dynamic_pb_wl_supp() 367 } else if (step == 2) { /* shift phase to +1 */ in mv_ddr4_dynamic_pb_wl_supp() 375 } else if (step == 3) { in mv_ddr4_dynamic_pb_wl_supp()
|
| /u-boot/tools/buildman/ |
| A D | control.py | 40 count = (count + options.step - 1) // options.step 79 for upto in range(0, len(series.commits), options.step): 321 if not options.step: 322 options.step = len(series.commits) - 1 355 show_unknown=options.show_unknown, step=options.step,
|
| /u-boot/doc/ |
| A D | README.davinci.nand_spl | 76 step 1: 83 step 2: 97 step 3: 134 is possible to burn step 1 and step 2 in one step into the 141 one step ... that would be nice ...
|
| /u-boot/include/ |
| A D | tps6586x.h | 41 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate,
|
| /u-boot/arch/mips/mach-ath79/qca953x/ |
| A D | lowlevel_init.S | 81 #define MK_PLL_DDR_DIT_FRAC(max, min, step, cnt) \ argument 85 PLL_DDR_DIT_FRAC_STEP(step) | \ 87 #define MK_PLL_CPU_DIT_FRAC(max, min, step, cnt) \ argument 91 PLL_CPU_DIT_FRAC_STEP(step) | \
|
| /u-boot/board/rockchip/evb_rv1108/ |
| A D | README | 1 Here is the step-by-step to boot U-Boot on rv1108 evb.
|
| /u-boot/lib/zstd/common/ |
| A D | fse_decompress.c | 107 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local 143 size_t const uPosition = (position + (u * step)) & tableMask; in FSE_buildDTable_internal() 146 position = (position + (unroll * step)) & tableMask; in FSE_buildDTable_internal() 152 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local 158 position = (position + step) & tableMask; in FSE_buildDTable_internal() 159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
|