Searched refs:EFI_TIMER_RELATIVE (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_tpl.c | 125 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()
|
D | efi_selftest_events.c | 121 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()
|
D | efi_selftest_watchdog.c | 192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 13500000); in execute()
|
/external/u-boot/lib/efi_loader/ |
D | efi_watchdog.c | 48 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_RELATIVE, in efi_set_watchdog()
|
D | efi_boottime.c | 692 case EFI_TIMER_RELATIVE: in efi_timer_check() 736 case EFI_TIMER_RELATIVE: in efi_set_timer()
|
/external/u-boot/include/ |
D | efi_api.h | 28 EFI_TIMER_RELATIVE = 2 enumerator
|