/u-boot/test/ |
A D | time_ut.c | 50 long delta; in test_timer_get_us() local 58 delta = next - prev; in test_timer_get_us() 59 if (delta < 0) { in test_timer_get_us() 63 } else if (delta != 0) { in test_timer_get_us() 64 if (delta < min) in test_timer_get_us() 65 min = delta; in test_timer_get_us() 105 ulong start, delta; in test_udelay() local 111 delta = get_timer(start); in test_udelay() 112 error = delta - 1000; in test_udelay() 114 __func__, delta, error); in test_udelay()
|
/u-boot/lib/efi_loader/ |
A D | efi_gop.c | 95 efi_uintn_t delta, in gop_blt_int() argument 104 if (delta) { in gop_blt_int() 106 if (delta & 3) in gop_blt_int() 108 linelen = delta >> 2; in gop_blt_int() 266 dy, width, height, delta, vid_bpp); in gop_blt_video_fill() 277 dy, width, height, delta, 16); in gop_blt_buf_to_vid16() 288 dy, width, height, delta, 32); in gop_blt_buf_to_vid32() 300 dy, width, height, delta, vid_bpp); in gop_blt_vid_to_vid() 389 dy, width, height, delta, vid_bpp); in gop_blt() 396 delta); in gop_blt() [all …]
|
A D | efi_image_loader.c | 116 unsigned long delta = (unsigned long)efi_reloc - pref_address; in efi_loader_relocate() local 120 if (delta == 0) in efi_loader_relocate() 139 *x16 += ((uint32_t)delta) >> 16; in efi_loader_relocate() 142 *x16 += (uint16_t)delta; in efi_loader_relocate() 145 *x32 += (uint32_t)delta; in efi_loader_relocate() 148 *x64 += (uint64_t)delta; in efi_loader_relocate() 152 *x32 = ((*x32 & 0xfffff000) + (uint32_t)delta) | in efi_loader_relocate() 158 if (delta & 0xfff) { in efi_loader_relocate()
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_overlay.c | 117 const char *name, uint32_t delta) in overlay_phandle_add_offset() argument 131 if ((adj_val + delta) < adj_val) in overlay_phandle_add_offset() 134 adj_val += delta; in overlay_phandle_add_offset() 157 uint32_t delta) in overlay_adjust_node_phandles() argument 198 return overlay_adjust_node_phandles(fdto, 0, delta); in overlay_adjust_local_phandles() 223 uint32_t delta) in overlay_update_local_node_references() argument 300 delta); in overlay_update_local_node_references() 342 delta); in overlay_update_local_references() 831 uint32_t delta; in fdt_overlay_apply() local 837 ret = fdt_find_max_phandle(fdt, &delta); in fdt_overlay_apply() [all …]
|
A D | fdt_rw.c | 74 int delta = (newn - oldn) * sizeof(*p); in fdt_splice_mem_rsv_() local 79 fdt_set_off_dt_struct(fdt, fdt_off_dt_struct(fdt) + delta); in fdt_splice_mem_rsv_() 80 fdt_set_off_dt_strings(fdt, fdt_off_dt_strings(fdt) + delta); in fdt_splice_mem_rsv_() 87 int delta = newlen - oldlen; in fdt_splice_struct_() local 93 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_() 94 fdt_set_off_dt_strings(fdt, fdt_off_dt_strings(fdt) + delta); in fdt_splice_struct_()
|
/u-boot/drivers/timer/ |
A D | tsc_timer.c | 269 u64 tsc, delta; in quick_pit_calibrate() local 300 if (!pit_expect_msb(0xff-i, &delta, &d2)) in quick_pit_calibrate() 306 delta -= tsc; in quick_pit_calibrate() 307 if (d1+d2 >= delta >> 11) in quick_pit_calibrate() 339 delta *= PIT_TICK_RATE; in quick_pit_calibrate() 340 delta /= (i*256*1000); in quick_pit_calibrate() 342 return delta / 1000; in quick_pit_calibrate()
|
/u-boot/drivers/clk/analogbits/ |
A D | wrpll-cln28hpc.c | 225 u64 target_vco_rate, delta, best_delta, f_pre_div, vco, vco_pre; in wrpll_configure_for_rate() local 290 delta = abs(target_rate - vco); in wrpll_configure_for_rate() 291 if (delta < best_delta) { in wrpll_configure_for_rate() 292 best_delta = delta; in wrpll_configure_for_rate()
|
/u-boot/drivers/video/stm32/ |
A D | stm32_dsi.c | 159 int fvco_min, fvco_max, delta, best_delta; /* all in khz */ in dsi_pll_get_params() local 191 delta = dsi_pll_get_clkout_khz(clkin_khz, i, n, o) - in dsi_pll_get_params() 193 if (delta < 0) in dsi_pll_get_params() 194 delta = -delta; in dsi_pll_get_params() 195 if (delta < best_delta) { in dsi_pll_get_params() 199 best_delta = delta; in dsi_pll_get_params() 202 if (!delta) in dsi_pll_get_params()
|
/u-boot/drivers/power/regulator/ |
A D | tps65941_regulator.c | 123 int ret, delta, uwait, slew; in tps65941_buck_val() local 152 delta = *uV - ret; in tps65941_buck_val() 154 delta = ret - *uV; in tps65941_buck_val() 165 uwait = delta / slew; in tps65941_buck_val()
|
/u-boot/arch/arm/dts/ |
A D | stih410.dtsi | 278 compatible = "st,st-delta"; 279 clock-names = "delta", 280 "delta-st231", 281 "delta-flash-promip";
|
A D | stih407-family.dtsi | 831 st231_delta: st231-delta@0 { 990 compatible = "st,st-delta"; 992 clock-names = "delta", 993 "delta-st231", 994 "delta-flash-promip";
|
/u-boot/drivers/clk/aspeed/ |
A D | clk_ast2500.c | 232 ulong delta = rate_khz; in ast2500_calc_clock_config() local 257 if (new_rate_khz - rate_khz < delta) { in ast2500_calc_clock_config() 258 delta = new_rate_khz - rate_khz; in ast2500_calc_clock_config() 260 if (delta == 0) in ast2500_calc_clock_config()
|
/u-boot/cmd/ |
A D | sf.c | 224 ulong delta; in spi_flash_update() local 254 delta = get_timer(start_time); in spi_flash_update() 258 delta / 1000, delta % 1000, bytes_per_second(len, start_time)); in spi_flash_update()
|
/u-boot/tools/buildman/ |
A D | builder.py | 386 delta = self._timestamps[-1] - self._timestamps[0] 387 seconds = delta.total_seconds() 918 delta, common = [], {} 928 delta.append([-old[name], name]) 934 delta.append([new[name], name]) 942 delta.append([diff, name]) 944 delta.sort() 945 delta.reverse() 956 for diff, name in delta: 1196 def _CalcConfig(delta, name, config): argument [all …]
|
A D | README | 745 function old new delta 754 function old new delta 762 function old new delta 770 function old new delta 779 function old new delta 788 function old new delta 796 function old new delta 805 function old new delta 813 function old new delta 821 function old new delta [all …]
|
/u-boot/doc/ |
A D | README.multi-dtb-fit | 47 | size | size delta | SPL boot | boot time | 48 | (bytes) | (bytes) | time (s) | delta (s) |
|
/u-boot/fs/ubifs/ |
A D | io.c | 468 div_u64(ktime_to_ns(wbuf->softlimit) + wbuf->delta, in new_wbuf_timer_nolock() 470 hrtimer_start_range_ns(&wbuf->timer, wbuf->softlimit, wbuf->delta, in new_wbuf_timer_nolock() 1075 wbuf->delta = WBUF_TIMEOUT_HARDLIMIT - WBUF_TIMEOUT_SOFTLIMIT; in ubifs_wbuf_init() 1076 wbuf->delta *= 1000000000ULL; in ubifs_wbuf_init() 1077 ubifs_assert(wbuf->delta <= ULONG_MAX); in ubifs_wbuf_init()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | atmel_nand.c | 242 int *delta = host->pmecc_delta; /* Delta order */ in pmecc_get_sigma() local 274 delta[0] = -1; in pmecc_get_sigma() 290 delta[1] = 0; in pmecc_get_sigma() 325 if ((dmu[j]) && (delta[j] > largest)) { in pmecc_get_sigma() 326 largest = delta[j]; in pmecc_get_sigma() 364 delta[i + 1] = (mu[i + 1] * 2 - lmu[i + 1]) >> 1; in pmecc_get_sigma()
|
/u-boot/drivers/usb/host/ |
A D | ehci-hcd.c | 247 uint32_t delta, next; in ehci_td_buffer() local 261 delta = next - addr; in ehci_td_buffer() 262 if (delta >= sz) in ehci_td_buffer() 264 sz -= delta; in ehci_td_buffer()
|
/u-boot/include/ |
A D | efi_api.h | 1317 efi_uintn_t height, efi_uintn_t delta);
|