Searched refs:NewColumns (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c1221 UINT32 NewColumns; local
1264 NewColumns = mSetupTextModeColumn;
1272 NewColumns = mBootTextModeColumn;
1308 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
1321 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
1374 PcdSet32 (PcdConOutColumn, NewColumns);

Completed in 34 milliseconds