Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_console.c350 unsigned int bg = EFI_ATTR_BG(attribute); in efi_cout_set_attribute()
/third_party/uboot/u-boot-2020.01/include/
Defi_api.h585 #define EFI_ATTR_BG(attr) (((attr) >> 4) & 0x7) macro