Searched defs:PortStatus (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DHubPeim.c27 @param PortStatus Current Hub port status and change status.
39 OUT UINT32 *PortStatus
61 PortStatus,
342 UINT32 PortStatus; local
394 &PortStatus
H A DUsbPeim.c221 EFI_USB_PORT_STATUS PortStatus; local
235 (UINT32 *) &PortStatus
242 if (IsPortConnectChange (PortStatus.PortChangeStatus)) {
252 if (IsPortConnect (PortStatus.PortStatus)) {
258 (UINT32 *) &PortStatus
304 (UINT32 *) &PortStatus
307 NewPeiUsbDevice->DeviceSpeed = (UINT8)IsPortLowSpeedDeviceAttached (PortStatus.PortStatus);
375 EFI_USB_PORT_STATUS PortStatus; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c326 @param PortStatus Variable to receive the port state.
329 by PortNumber was returned in PortStatus.
339 OUT EFI_USB_PORT_STATUS *PortStatus
352 if (PortStatus == NULL) {
369 PortStatus->PortStatus = 0;
370 PortStatus->PortChangeStatus = 0;
379 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
383 PortStatus
748 EFI_USB_PORT_STATUS PortStatus; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsb2HostController.h35 UINT16 PortStatus; ///< Contains current port status bitmap. member in struct:__anon12380
40 /// EFI_USB_PORT_STATUS.PortStatus bit definition
504 @param PortStatus A pointer to the current port status bits and port status change bits.
507 was returned in PortStatus.
516 OUT EFI_USB_PORT_STATUS *PortStatus
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c1242 UINT32 PortStatus; local
1271 PortStatus = AhciReadReg (PciIo, Offset);
1274 if ((PortStatus & EFI_AHCI_PORT_CMD_ALPE) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c564 UINT32 *PortStatus; local
630 PortStatus = (UINT32 *)(Handle->EhciMemoryBase + 0x64 + (DebugPortNumber - 1) * 4);
631 if (!(MmioRead32((UINTN)PortStatus) & BIT0) || ((MmioRead32((UINTN)PortStatus) & USB_PORT_LINE_STATUS_MASK) == USB_PORT_LINE_STATUS_LS)) {
638 MmioOr32((UINTN)PortStatus, BIT8);
640 MmioAnd32((UINTN)PortStatus, (UINT32)~BIT8);
641 while (MmioRead32((UINTN)PortStatus) & BIT8);
646 if ((MmioRead32((UINTN)PortStatus) & BIT2) == 0) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h1371 /*-- Information Record: PortStatus --*/
1374 UINT16 PortStatus; member in struct:hfa384x_PortStatus

Completed in 58 milliseconds