Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds