Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConOut.c543 UINT8 BackgroundControl; in TerminalConOutSetAttribute() local
627 BackgroundControl = 40; in TerminalConOutSetAttribute()
631 BackgroundControl = 44; in TerminalConOutSetAttribute()
635 BackgroundControl = 42; in TerminalConOutSetAttribute()
639 BackgroundControl = 46; in TerminalConOutSetAttribute()
643 BackgroundControl = 41; in TerminalConOutSetAttribute()
647 BackgroundControl = 45; in TerminalConOutSetAttribute()
651 BackgroundControl = 43; in TerminalConOutSetAttribute()
657 BackgroundControl = 47; in TerminalConOutSetAttribute()
666 mSetAttributeString[BACKGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (BackgroundControl / 10)); in TerminalConOutSetAttribute()
[all …]