| /openbmc/u-boot/drivers/spi/ |
| H A D | exynos_spi.c | 69 static void spi_request_bytes(struct exynos_spi *regs, int count, int step) in spi_request_bytes() argument 71 debug("%s: regs=%p, count=%d, step=%d\n", __func__, regs, count, step); in spi_request_bytes() 74 if (step == 4) { in spi_request_bytes() 106 int step; in spi_rx_tx() local 117 step = 1; in spi_rx_tx() 120 step = 4; in spi_rx_tx() 126 spi_request_bytes(regs, todo, step); in spi_rx_tx() 147 else if (step == 4) in spi_rx_tx() 152 out_bytes -= step; in spi_rx_tx() 154 txp += step; in spi_rx_tx() [all …]
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_ar933x.c | 43 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() argument 50 t *= step; in ar933x_serial_get_baud() 58 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() argument 64 *step = 0; in ar933x_serial_get_scale_step() 83 *step = tstep; in ar933x_serial_get_scale_step() 91 u32 val, scale, step; in ar933x_serial_setbrg() local 94 ar933x_serial_get_scale_step(val, baudrate, &scale, &step); in ar933x_serial_setbrg() 98 val |= (step & AR933X_UART_CLK_STEP_M) in ar933x_serial_setbrg() 201 u32 val, scale, step; in _debug_uart_init() local 217 CONFIG_BAUDRATE, &scale, &step); in _debug_uart_init() [all …]
|
| /openbmc/qemu/net/ |
| H A D | announce.c | 22 int64_t step; in qemu_announce_timer_step() local 24 step = timer->params.initial + in qemu_announce_timer_step() 26 timer->params.step; in qemu_announce_timer_step() 28 if (step < 0 || step > timer->params.max) { in qemu_announce_timer_step() 29 step = timer->params.max; in qemu_announce_timer_step() 31 timer_mod(timer->tm, qemu_clock_get_ms(timer->type) + step); in qemu_announce_timer_step() 33 return step; in qemu_announce_timer_step()
|
| /openbmc/u-boot/include/power/ |
| H 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
|
| /openbmc/u-boot/drivers/power/ |
| H A D | tps6586x.c | 136 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage() argument 138 int diff = voltage < target ? step : -step; in calculate_next_voltage() 140 if (abs(target - voltage) > step) in calculate_next_voltage() 168 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate, in tps6586x_adjust_sm0_sm1() argument 224 sm0 = calculate_next_voltage(sm0, sm0_target, step); in tps6586x_adjust_sm0_sm1() 232 sm1 = calculate_next_voltage(sm1, sm1_target, step); in tps6586x_adjust_sm0_sm1()
|
| /openbmc/qemu/util/ |
| H A D | qdist.c | 167 double step; in qdist_bin__internal() local 182 step = (xmax - xmin) / n; in qdist_bin__internal() 187 if (from->entries[i].x != xmin + i * step) { in qdist_bin__internal() 204 left = xmin + i * step; in qdist_bin__internal() 205 right = xmin + (i + 1) * step; in qdist_bin__internal() 253 double x1, x2, step; in qdist_pr_label() local 268 step = (qdist_xmax(dist) - qdist_xmin(dist)) / n; in qdist_pr_label() 272 step *= 100.0; in qdist_pr_label() 283 x2 = x + step; in qdist_pr_label() 285 x1 = x - step; in qdist_pr_label()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | helper-a64.c | 1122 uint64_t stagesetsize, step; in do_setp() local 1143 step = stepfn(env, toaddr, stagesetsize, data, memidx, &mtedesc, ra); in do_setp() 1144 toaddr += step; in do_setp() 1145 setsize -= step; in do_setp() 1146 stagesetsize -= step; in do_setp() 1181 uint64_t step, stagesetsize; in do_setm() local 1212 step = stepfn(env, toaddr, stagesetsize, data, memidx, &mtedesc, ra); in do_setm() 1213 toaddr += step; in do_setm() 1214 setsize -= step; in do_setm() 1215 stagesetsize -= step; in do_setm() [all …]
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | pfuze100.c | 58 #define PFUZE100_SW_REG(_name, base, step) \ argument 62 .uV_step = (step), \ 69 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument 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), \ [all …]
|
| H A D | s5m8767.c | 18 .step = 6250, 24 .step = 6250, 30 .step = 12500, 36 .step = 50000, 42 .step = 25000, 108 uv = desc->min + val * desc->step; in reg_get_value() 122 val = (uv - desc->min) / desc->step; in reg_set_value()
|
| /openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | rc | 23 step=$(($step + $step_change)) 25 progress=$((($step * $progress_size / $num_steps) + $first_step)) 127 step=0
|
| /openbmc/u-boot/tools/ |
| H A D | envcrc.c | 103 size_t i, start, end, step; in main() local 107 step = 1; in main() 111 step = -1; in main() 113 for (i = start; i != end; i += step) in main()
|
| /openbmc/u-boot/drivers/video/sunxi/ |
| H A D | lcdc.c | 214 int value, n, m, min_m, max_m, diff, step; in lcdc_pll_set() local 220 step = 6000; in lcdc_pll_set() 222 step = 3000; in lcdc_pll_set() 246 n = (m * dotclock) / step; in lcdc_pll_set() 249 value = (step * n) / m; in lcdc_pll_set() 265 n = (m * dotclock) / (step * 2); in lcdc_pll_set() 267 value = (step * 2 * n) / m; in lcdc_pll_set() 296 clock_set_pll3(best_n * step * 1000); in lcdc_pll_set() 300 best_double + 1, step, best_n, best_m); in lcdc_pll_set()
|
| /openbmc/u-boot/include/dt-bindings/pmic/ |
| H A D | sandbox_pmic.h | 31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| /openbmc/u-boot/fs/cbfs/ |
| H A D | cbfs.c | 87 u32 step; in file_cbfs_next_file() local 113 step = header.len; in file_cbfs_next_file() 114 if (step % align) in file_cbfs_next_file() 115 step = step + align - step % align; in file_cbfs_next_file() 117 *used += step; in file_cbfs_next_file()
|
| /openbmc/u-boot/doc/ |
| H A D | README.at91 | 25 You can choose your storage location at config step (here for at91sam9260ek) : 47 You can choose your storage location at config step (here for at91sam9260ek) : 68 You can choose your storage location at config step (here for at91sam9260ek) : 73 You can choose to boot directly from U-Boot at config step 89 You can choose your storage location at config step (here for at91sam9m10g45ek) : 107 You can choose your storage location at config step (here for at91sam9rlek) : 125 You can choose your storage location at config step (here for at91sam9x5ek) : 146 You can choose your storage location at config step (here for sama5d3xek) :
|
| H 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 ...
|
| /openbmc/u-boot/board/rockchip/evb_rk3399/ |
| H A D | README | 27 Here is the step-by-step to boot to U-Boot on rk3399. 52 Get bl31.elf in this step, copy it to U-Boot root dir: 71 Get spl/u-boot-spl.bin and u-boot.itb in this step. 76 Get rkdeveloptool installed on your Host in this step. 96 Get idbspl.img in this step. 105 Get trust.img and uboot.img in this step.
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | control.py | 33 count = (count + options.step - 1) / options.step 72 for upto in range(0, len(series.commits), options.step): 273 if not options.step: 274 options.step = len(series.commits) - 1 294 show_unknown=options.show_unknown, step=options.step,
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ |
| H A D | ibus-native.bb | 21 # necessary step by step
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0003-Remove-strip-step-in-Makefile.patch | 4 Subject: [PATCH] Remove strip step in Makefile 6 Build system will strip binaries so remove strip step in Makefile.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7572.patch | 29 If an IMA ADPCM block contained an initial index out of step table 89 Sint32 delta, step; 100 step = step_table[state->index]; 101 delta = step >> 3;
|
| /openbmc/u-boot/arch/mips/mach-ath79/qca953x/ |
| H 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) | \
|
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | conversion.hpp | 373 static void step(std::tuple<Ts...>&& ts, const header_str& h, in step() function in lg2::details::log_conversion 395 step(std::tuple_cat(std::move(ts), log_convert(h.data(), f, v)), in step() 402 static void step(std::tuple<Ts...>&& ts, const header_str& h, V&& v, in step() function in lg2::details::log_conversion 423 step(std::tuple_cat(std::move(ts), in step() 432 static void step(std::tuple<Ts...>&&, H, Ss&&...) in step() function in lg2::details::log_conversion 441 static void step(std::tuple<Ts...>&&, header_str) in step() function in lg2::details::log_conversion 463 step(std::forward_as_tuple(l, s, msg), ts...); in start()
|
| /openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
| H A D | Makefile-missing-test-dir.patch | 7 configuration step. Compilation step will fails, when
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | manualexecution.py | 94 for step, _ in sorted(case['test']['execution'].items(), key=lambda x: int(x[0])): 95 print('Step %s: %s' % (step, case['test']['execution'][step]['action'])) 96 expected_output = case['test']['execution'][step]['expected_results']
|