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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c282 MmioAnd32((UINTN)&DebugPortRegister->ControlStatus, (UINT32)~BIT4);
365 MmioAnd32((UINTN)&DebugPortRegister->ControlStatus, (UINT32)~0xF);
595 MmioAnd32((UINTN)UsbCmd, (UINT32)~BIT0);
640 MmioAnd32((UINTN)PortStatus, (UINT32)~BIT8);
1014 MmioAnd32((UINTN)&UsbDebugPortRegister->ControlStatus, (UINT32)~BIT4);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciExpressLib/
H A DPciExpressLib.c947 return MmioAnd32 ((UINTN) GetPciExpressBaseAddress () + Address, AndData);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
H A DIoHighLevel.c1761 MmioAnd32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DIoLib.h1885 MmioAnd32 (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/
H A DIoHighLevel.c1790 MmioAnd32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/
H A DIoHighLevel.c1753 MmioAnd32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/
H A DIoHighLevel.c1749 MmioAnd32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeRuntimePciExpressLib/
H A DPciExpressLib.c1188 return MmioAnd32 (GetPciExpressAddress (Address), AndData);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/
H A DIoHighLevel.c1790 MmioAnd32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/
H A DIoHighLevel.c1758 MmioAnd32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3IoLib/
H A DS3IoLib.c2326 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioAnd32 (Address, AndData));

Completed in 80 milliseconds