Home
last modified time | relevance | path

Searched refs:TPL_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c452 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_console_register()
458 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h41 #define TPL_CALLBACK 0x08 macro