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.c514 UINT8 BackgroundControl; in TerminalConOutSetAttribute() local
598 BackgroundControl = 40; in TerminalConOutSetAttribute()
602 BackgroundControl = 44; in TerminalConOutSetAttribute()
606 BackgroundControl = 42; in TerminalConOutSetAttribute()
610 BackgroundControl = 46; in TerminalConOutSetAttribute()
614 BackgroundControl = 41; in TerminalConOutSetAttribute()
618 BackgroundControl = 45; in TerminalConOutSetAttribute()
622 BackgroundControl = 43; in TerminalConOutSetAttribute()
628 BackgroundControl = 47; in TerminalConOutSetAttribute()
637 mSetAttributeString[BACKGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (BackgroundControl / 10)); in TerminalConOutSetAttribute()
[all …]