Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c351 unsigned int fg = EFI_ATTR_FG(attribute); in efi_cout_set_attribute()
/openbmc/u-boot/include/
H A Defi_api.h557 #define EFI_ATTR_FG(attr) ((attr) & 0x07) macro