Searched refs:EFI_ATTR_BG (Results 1 – 2 of 2) sorted by relevance
320 unsigned int bg = EFI_ATTR_BG(attribute); in efi_cout_set_attribute()
554 #define EFI_ATTR_BG(attr) (((attr) >> 4) & 0x7) macro