Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c350 unsigned int bold = EFI_ATTR_BOLD(attribute); in efi_cout_set_attribute()
/openbmc/u-boot/include/
H A Defi_api.h559 #define EFI_ATTR_BOLD(attr) (((attr) >> 3) & 0x01) macro