Home
last modified time | relevance | path

Searched refs:set_timer (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
125 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute()
153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); 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()
211 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
H A Defi_selftest_events.c115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
121 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute()
149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute()
162 ret = boottime->set_timer(event_wait, EFI_TIMER_PERIODIC, 1000000); in execute()
189 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
H A Defi_selftest_watchdog.c184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 13500000); in execute()
H A Defi_selftest_snp.c198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup()
388 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0); in teardown()
H A Defi_selftest_bitblt.c286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c139 void set_timer(ulong t) in set_timer() function
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs372 fn set_timer(&mut self) { in set_timer() method
427 self.set_timer(); in set_tn_cfg_reg()
457 self.set_timer(); in set_tn_cmp_reg()
647 t.set_timer(); in set_cfg_reg()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c58 void set_timer(int val) in set_timer() function
/openbmc/u-boot/include/
H A Defi_api.h84 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3156 .set_timer = efi_set_timer_ext,