Searched refs:EFI_TEXT_ATTR (Results 1 – 2 of 2) sorted by relevance
326 attr = EFI_TEXT_ATTR(attr, bg); in efi_text_cons_clear()373 attr = EFI_TEXT_ATTR(fg, bg); in efi_text_cons_display()559 conout->SetAttribute(conout, EFI_TEXT_ATTR(DEFAULT_FGCOLOR, in efi_cons_init()
132 #define EFI_TEXT_ATTR(Foreground, Background) ((Foreground) | ((Background) << 4)) macro