Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c352 unsigned int bg = EFI_ATTR_BG(attribute); in efi_cout_set_attribute()
/openbmc/u-boot/include/
H A Defi_api.h561 #define EFI_ATTR_BG(attr) (((attr) >> 4) & 0x7) macro