Home
last modified time | relevance | path

Searched refs:EFI_TIMER_RELATIVE (Results 1 – 6 of 6) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_tpl.c125 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute()
172 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute()
192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000); in execute()
A Defi_selftest_events.c121 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute()
156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute()
A Defi_selftest_watchdog.c192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 13500000); in execute()
/u-boot/lib/efi_loader/
A Defi_watchdog.c50 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_RELATIVE, in efi_set_watchdog()
A Defi_boottime.c813 case EFI_TIMER_RELATIVE: in efi_timer_check()
858 case EFI_TIMER_RELATIVE: in efi_set_timer()
/u-boot/include/
A Defi_api.h34 EFI_TIMER_RELATIVE = 2 enumerator

Completed in 19 milliseconds