Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi.h42 #define EFI_BITS_PER_LONG (sizeof(long) * 8) macro
45 #define EFI_ERROR_MASK (1UL << (EFI_BITS_PER_LONG - 1))
/external/u-boot/lib/efi/
Defi_stub.c302 printhex2(EFI_BITS_PER_LONG); in efi_main()