Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 48) sorted by relevance

12

/u-boot/arch/powerpc/lib/
A Dinterrupts.c70 static volatile ulong timestamp = 0; variable
80 timestamp++; in timer_interrupt()
83 if (CFG_SYS_WATCHDOG_FREQ && (timestamp % (CFG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
88 status_led_tick(timestamp); in timer_interrupt()
94 return (timestamp - base); in get_timer()
/u-boot/lib/efi_loader/
A Defi_variable.c58 struct efi_time timestamp; in efi_variable_authenticate() local
84 memcpy(&timestamp, &auth->time_stamp, sizeof(timestamp)); in efi_variable_authenticate()
85 if (timestamp.pad1 || timestamp.nanosecond || timestamp.timezone || in efi_variable_authenticate()
86 timestamp.daylight || timestamp.pad2) in efi_variable_authenticate()
94 tm.tm_year = timestamp.year; in efi_variable_authenticate()
95 tm.tm_mon = timestamp.month; in efi_variable_authenticate()
96 tm.tm_mday = timestamp.day; in efi_variable_authenticate()
97 tm.tm_hour = timestamp.hour; in efi_variable_authenticate()
98 tm.tm_min = timestamp.minute; in efi_variable_authenticate()
99 tm.tm_sec = timestamp.second; in efi_variable_authenticate()
[all …]
/u-boot/arch/arm/cpu/armv7/stv0991/
A Dtimer.c25 #define timestamp gd->arch.tbl macro
53 timestamp = 0; in timer_init()
88 timestamp += now - lastdec; in get_timer_masked()
91 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
95 return timestamp; in get_timer_masked()
/u-boot/board/armltd/integrator/
A Dtimer.c45 static ulong timestamp; /* U-Boot ticks since startup */ variable
86 timestamp = 0L; in timer_init()
117 timestamp = now; in get_timer_masked()
119 return timestamp; in get_timer_masked()
/u-boot/arch/m68k/lib/
A Dtime.c22 static volatile ulong timestamp = 0; variable
71 timestamp++; in dtimer_interrupt()
74 if (CFG_SYS_WATCHDOG_FREQ && (timestamp % (CFG_SYS_WATCHDOG_FREQ)) == 0) { in dtimer_interrupt()
86 timestamp = 0; in timer_init()
111 return (timestamp - base); in get_timer()
/u-boot/arch/arm/mach-orion5x/
A Dtimer.c82 #define timestamp gd->arch.tbl macro
91 timestamp += lastdec - now; in get_timer_masked()
94 timestamp += lastdec + in get_timer_masked()
99 return timestamp; in get_timer_masked()
155 timestamp = 0; in timer_init_r()
/u-boot/arch/arm/cpu/arm720t/
A Dinterrupts.c15 static ulong timestamp; variable
22 timestamp = 0; in timer_init()
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dtimer.c30 #define timestamp (gd->arch.tbl) macro
106 timestamp += (lastdec - now); in get_ticks()
109 timestamp += (TIMER_LOAD_VAL - now) + lastdec; in get_ticks()
114 return timestamp; in get_ticks()
/u-boot/boot/
A Dimage-host.c24 void genimg_print_time(time_t timestamp) in genimg_print_time() argument
26 printf("%s", ctime(&timestamp)); in genimg_print_time()
A Dimage-fit.c235 time_t timestamp; in fit_image_print_data() local
238 if (fit_get_timestamp(fit, noffset, &timestamp)) in fit_image_print_data()
241 genimg_print_time(timestamp); in fit_image_print_data()
381 time_t timestamp; in fit_print_contents() local
398 ret = fit_get_timestamp(fit, 0, &timestamp); in fit_print_contents()
403 genimg_print_time(timestamp); in fit_print_contents()
500 time_t timestamp; in fit_image_print() local
502 ret = fit_get_timestamp(fit, 0, &timestamp); in fit_image_print()
507 genimg_print_time(timestamp); in fit_image_print()
641 *timestamp = uimage_to_cpu(*((uint32_t *)data)); in fit_get_timestamp()
[all …]
/u-boot/test/py/tests/
A Dtest_trace.py129 for timestamp in vals.values():
131 max_delta = max(max_delta, timestamp - base)
133 base = timestamp
190 timestamp, indent, func, brace = m.groups()
213 timestamp, indent, func, brace = m.groups()
215 start_timestamp = timestamp
217 end_timestamp = timestamp
/u-boot/arch/arm/mach-nexell/
A Dtimer.c26 static unsigned long timestamp __section(".data");
176 timestamp = (unsigned long)t; in set_timer()
188 timestamp = 0; in reset_timer_masked()
200 timestamp += now - lastdec; in get_timer_masked()
209 timestamp += now + TIMER_COUNT - lastdec; in get_timer_masked()
214 debug("now=%lu, last=%lu, timestamp=%lu\n", now, lastdec, timestamp); in get_timer_masked()
215 return (unsigned long)timestamp; in get_timer_masked()
/u-boot/drivers/timer/
A Dmpc83xx_timer.c38 ulong timestamp; member
175 priv->timestamp++; in timer_interrupt()
178 if (CFG_SYS_WATCHDOG_FREQ && (priv->timestamp % (CFG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
183 status_led_tick(priv->timestamp); in timer_interrupt()
/u-boot/tools/
A Dproftool.c161 ulong timestamp; member
1337 ulong timestamp; in write_pages() local
1376 if (start_page(tw, timestamp)) in write_pages()
1379 last_timestamp = timestamp; in write_pages()
1389 delta = timestamp - last_timestamp; in write_pages()
1415 upto, delta, timestamp); in write_pages()
1420 timestamp, call->flags, upto); in write_pages()
1465 last_timestamp = timestamp; in write_pages()
1657 state->stack[stack_ptr].timestamp = timestamp; in process_call()
1661 timestamp); in process_call()
[all …]
/u-boot/drivers/misc/
A Daltera_sysid.c17 u32 timestamp; /* Timestamp */ member
67 sysid[1] = readl(&regs->timestamp); in altera_sysid_read()
A Dstatus_led.c85 void status_led_tick(ulong timestamp) in status_led_tick() argument
/u-boot/cmd/
A Diotrace.c45 cur_record->timestamp, in do_print_trace()
50 cur_record->timestamp, in do_print_trace()
/u-boot/arch/x86/cpu/coreboot/
A DMakefile23 obj-y += timestamp.o
/u-boot/arch/x86/include/asm/arch-slimbootloader/
A Dslimbootloader.h112 u64 timestamp[0]; member
/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.h17 unsigned long timestamp; member
/u-boot/include/
A Dstatus_led.h39 void status_led_tick(unsigned long timestamp);
A Diotrace.h34 u64 timestamp; member
/u-boot/doc/build/
A Dreproducible.rst13 To build the sandbox with 2023-01-01T00:00:00Z as timestamp we can use:
/u-boot/test/py/
A Du_boot_console_base.py195 self.log.timestamp()
281 self.log.timestamp()
431 self.log.timestamp()
A Dmultiplexed_log.py177 self.logfile.timestamp()
417 self.timestamp()
537 def timestamp(self): member in Logfile

Completed in 50 milliseconds

12