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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c287 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, (UINT32)BIT5);
366 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, Length & 0xF);
374 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT4);
378 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT5);
601 MmioOr32((UINTN)UsbCmd, BIT1);
611 MmioOr32((UINTN)UsbCmd, BIT0);
619 MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, USB_DEBUG_PORT_OWNER);
638 MmioOr32((UINTN)PortStatus, BIT8);
653 MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, USB_DEBUG_PORT_ENABLE | USB_DEBUG_PORT_IN_USE);
1018 MmioOr32((UINT
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciExpressLib/
H A DPciExpressLib.c915 return MmioOr32 ((UINTN) GetPciExpressBaseAddress () + Address, OrData);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
H A DIoHighLevel.c1733 MmioOr32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DIoLib.h1859 MmioOr32 (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/
H A DIoHighLevel.c1761 MmioOr32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/
H A DIoHighLevel.c1725 MmioOr32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/
H A DIoHighLevel.c1721 MmioOr32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeRuntimePciExpressLib/
H A DPciExpressLib.c1157 return MmioOr32 (GetPciExpressAddress (Address), OrData);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/
H A DIoHighLevel.c1761 MmioOr32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/
H A DIoHighLevel.c1730 MmioOr32 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3IoLib/
H A DS3IoLib.c2297 return InternalSaveMmioWrite32ValueToBootScript (Address, MmioOr32 (Address, OrData));

Completed in 146 milliseconds