Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A 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()
H A 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()
H A Defi_selftest_watchdog.c184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
H A Defi_selftest_snp.c198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup()
H A Defi_selftest_bitblt.c286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c678 r = efi_set_timer(network_timer_event, EFI_TIMER_PERIODIC, 0); in efi_net_register()
H A Defi_console.c1110 r = efi_set_timer(console_timer_event, EFI_TIMER_PERIODIC, 50); in efi_console_register()
H A Defi_boottime.c719 case EFI_TIMER_PERIODIC: in efi_timer_check()
759 case EFI_TIMER_PERIODIC: in efi_set_timer()
/openbmc/u-boot/include/
H A Defi_api.h32 EFI_TIMER_PERIODIC = 1, enumerator