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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
H A DBootManager.c107 UINT32 NewRows; local
150 NewRows = mBmSetupTextModeRow;
158 NewRows = mBmBootTextModeRow;
193 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
206 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
265 Status = PcdSet32S (PcdConOutRow, NewRows);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c1290 UINT32 NewRows; local
1333 NewRows = mSetupTextModeRow;
1341 NewRows = mBootTextModeRow;
1376 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
1389 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
1448 Status = PcdSet32S (PcdConOutRow, NewRows);
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c705 UINT32 NewRows; local
748 NewRows = mSetupTextModeRow;
756 NewRows = mBootTextModeRow;
791 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
804 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
863 Status = PcdSet32S (PcdConOutRow, NewRows);
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
H A DFrontPage.c985 UINT32 NewRows; local
1028 NewRows = mSetupTextModeRow;
1036 NewRows = mBootTextModeRow;
1071 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
1084 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
1143 Status = PcdSet32S (PcdConOutRow, NewRows);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DBootMaintenance.c132 UINT32 NewRows; local
175 NewRows = mBmmSetupTextModeRow;
183 NewRows = mBmmBootTextModeRow;
218 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
231 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
290 Status = PcdSet32S (PcdConOutRow, NewRows);

Completed in 316 milliseconds