Searched refs:OldValue (Results 1 – 4 of 4) sorted by relevance
923 UINTN OldValue; in AdjustOptionValue() local934 OldValue = 0; in AdjustOptionValue()973 OldValue = Default[Index]; in AdjustOptionValue()988 Pos = OldValue / 8; in AdjustOptionValue()989 Bit = 7 - (OldValue % 8); in AdjustOptionValue()1034 if (0xFF != OldValue) { in AdjustOptionValue()1040 Pos = OldValue / 8; in AdjustOptionValue()1041 Bit = 7 - (OldValue % 8); in AdjustOptionValue()
697 UINTN OldValue; in BootMaintCallback() local732 OldValue = 0; in BootMaintCallback()904 OldValue = OldLegacyDev[Index]; in BootMaintCallback()919 Pos = OldValue / 8; in BootMaintCallback()920 Bit = 7 - (OldValue % 8); in BootMaintCallback()965 if (0xFF != OldValue) { in BootMaintCallback()971 Pos = OldValue / 8; in BootMaintCallback()972 Bit = 7 - (OldValue % 8); in BootMaintCallback()
2594 UINT32 OldValue; in IsPciDeviceRejected() local2612 Status = BarExisted (PciIoDevice, BarOffset, &TestValue, &OldValue); in IsPciDeviceRejected()2618 if ((TestValue != 0) && (TestValue == (OldValue & Mask))) { in IsPciDeviceRejected()2633 Status = BarExisted (PciIoDevice, BarOffset, &TestValue, &OldValue); in IsPciDeviceRejected()2645 if ((TestValue != 0) && (TestValue == (OldValue & Mask))) { in IsPciDeviceRejected()2663 if ((TestValue != 0) && (TestValue == (OldValue & Mask))) { in IsPciDeviceRejected()2668 Status = BarExisted (PciIoDevice, BarOffset, &TestValue, &OldValue); in IsPciDeviceRejected()2669 if (TestValue == OldValue) { in IsPciDeviceRejected()2679 if ((TestValue != 0) && (TestValue == (OldValue & Mask))) { in IsPciDeviceRejected()
2630 BOOLEAN OldValue; in UpdateFlagForForm() local2641 OldValue = Question->ValueChanged; in UpdateFlagForForm()2651 if (SetFlag && OldValue && !Question->ValueChanged) { in UpdateFlagForForm()