Searched refs:EFI_ATTR_BOLD (Results 1 – 2 of 2) sorted by relevance
348 unsigned int bold = EFI_ATTR_BOLD(attribute); in efi_cout_set_attribute()
583 #define EFI_ATTR_BOLD(attr) (((attr) >> 3) & 0x01) macro