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

/u-boot/lib/efi_loader/
H A Defi_watchdog.c48 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_RELATIVE,
H A Defi_boottime.c868 case EFI_TIMER_RELATIVE:
913 case EFI_TIMER_RELATIVE:
/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c127 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE,
176 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE,
197 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE, 1000);
H A Defi_selftest_events.c122 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000);
157 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_RELATIVE,
H A Defi_selftest_watchdog.c193 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE,
/u-boot/include/
H A Defi_api.h30 EFI_TIMER_RELATIVE = 2 enumerator in enum:efi_timer_delay

Completed in 84 milliseconds