Home
last modified time | relevance | path

Searched refs:EFI_TIMER_PERIODIC (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_events.c115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
162 ret = boottime->set_timer(event_wait, EFI_TIMER_PERIODIC, 1000000); in execute()
Defi_selftest_tpl.c119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
Defi_selftest_watchdog.c184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
Defi_selftest_snp.c198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup()
Defi_selftest_bitblt.c286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
/external/u-boot/lib/efi_loader/
Defi_net.c396 r = efi_set_timer(network_timer_event, EFI_TIMER_PERIODIC, 0); in efi_net_register()
Defi_console.c615 r = efi_set_timer(console_timer_event, EFI_TIMER_PERIODIC, 50); in efi_console_register()
Defi_boottime.c695 case EFI_TIMER_PERIODIC: in efi_timer_check()
735 case EFI_TIMER_PERIODIC: in efi_set_timer()
/external/u-boot/include/
Defi_api.h27 EFI_TIMER_PERIODIC = 1, enumerator