Searched refs:EFI_TIMER_PERIODIC (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_events.c | 115 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 D | efi_selftest_tpl.c | 119 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 D | efi_selftest_watchdog.c | 184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
|
H A D | efi_selftest_snp.c | 198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup()
|
H A D | efi_selftest_bitblt.c | 286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_net.c | 678 r = efi_set_timer(network_timer_event, EFI_TIMER_PERIODIC, 0); in efi_net_register()
|
H A D | efi_console.c | 1110 r = efi_set_timer(console_timer_event, EFI_TIMER_PERIODIC, 50); in efi_console_register()
|
H A D | efi_boottime.c | 719 case EFI_TIMER_PERIODIC: in efi_timer_check() 759 case EFI_TIMER_PERIODIC: in efi_set_timer()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 32 EFI_TIMER_PERIODIC = 1, enumerator
|