Searched defs:TestValue (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DMath64.c84 INTN TestValue; local
89 TestValue = (((-1) << (sizeof (-1) * 8 - 1)) >> (sizeof (-1) * 8 - 1));
90 if (TestValue == -1) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c141 @param TestValue The test value of memory.
154 IN UINT32 TestValue,
169 if (Value == TestValue) {
190 @param TestValue The test value of memory.
202 IN UINT32 TestValue,
223 if (Value == TestValue) {
244 @param[in] TestValue The test value of memory.
257 IN UINT32 TestValue,
270 if (Value == TestValue) {
150 AhciWaitMmioSet( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINTN Offset, IN UINT32 MaskValue, IN UINT32 TestValue, IN UINT64 Timeout ) argument
199 AhciWaitMemSet( IN EFI_PHYSICAL_ADDRESS Address, IN UINT32 MaskValue, IN UINT32 TestValue, IN UINT64 Timeout ) argument
254 AhciCheckMemSet( IN UINTN Address, IN UINT32 MaskValue, IN UINT32 TestValue, IN OUT UINTN *RetryTimes OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumeratorSupport.c2491 UINT32 TestValue; local
2510 Status = BarExisted (PciIoDevice, BarOffset, &TestValue, &OldValue);
2515 TestValue = TestValue & Mask;
2516 if ((TestValue != 0) && (TestValue == (OldValue & Mask))) {
2531 Status = BarExisted (PciIoDevice, BarOffset, &TestValue, &OldValue);
2536 if ((TestValue & 0x01) != 0) {
2542 TestValue = TestValue
[all...]

Completed in 40 milliseconds