Searched refs:DebugPort (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A DVBoxFswParam.h44 # include <Protocol/DebugPort.h>
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DInternalBdsLib.h28 #include <Protocol/DebugPort.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.h2 Definitions and prototypes for DebugPort driver.
25 #include <Protocol/DebugPort.h>
89 Reads DebugPort variable to determine what device and settings to use as the
109 Checks to see if there's not already a DebugPort interface somewhere.
138 Binds exclusively to serial io on the controller handle, Produces DebugPort
313 DebugPort protocol member function. Calls SerialIo:GetControl to flush buffer.
332 DebugPort protocol member function. Calls SerialIo:Read() after setting
335 @param This Pointer to DebugPort protocol.
355 DebugPort protocol member function. Calls SerialIo:Write() Writes 8 bytes at
359 @param This Pointer to DebugPort protoco
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePath.h20 #include <Protocol/DebugPort.h>
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h73 #include <Protocol/DebugPort.h>
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h27 #include <Protocol/DebugPort.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c1428 UINT16 DebugPort; local
1519 &DebugPort
1526 Ehc->DebugPortOffset = DebugPort & 0x1FFF;
1527 Ehc->DebugPortBarNum = (UINT8)((DebugPort >> 13) - 1);

Completed in 309 milliseconds