Searched refs:EFI_BITS_PER_LONG (Results 1 - 2 of 2) sorted by last modified time

/u-boot/include/
H A Defi.h81 #define EFI_BITS_PER_LONG (sizeof(long) * 8) macro
84 #define EFI_ERROR_MASK (1UL << (EFI_BITS_PER_LONG - 1))
/u-boot/lib/efi/
H A Defi.c154 printhex2(EFI_BITS_PER_LONG);

Completed in 66 milliseconds