Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConOut.c515 UINT8 BrightControl; in TerminalConOutSetAttribute() local
589 BrightControl = (UINT8) ((Attribute >> 3) & 1); in TerminalConOutSetAttribute()
634 mSetAttributeString[BRIGHT_CONTROL_OFFSET] = (CHAR16) ('0' + BrightControl); in TerminalConOutSetAttribute()