Home
last modified time | relevance | path

Searched refs:EVT_TIMER (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c458 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
H A Defi_boottime.c305 !(efi_events[i].type & EVT_TIMER) || in efi_timer_check()
334 if (!(event->type & EVT_TIMER)) in efi_set_timer()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h33 #define EVT_TIMER 0x80000000 macro