Searched refs:UsbLegSupOffset (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciReg.c548 Buffer = XhcReadExtCapReg (Xhc, Xhc->UsbLegSupOffset);
550 XhcWriteExtCapReg (Xhc, Xhc->UsbLegSupOffset, Buffer);
568 Buffer = XhcReadExtCapReg (Xhc, Xhc->UsbLegSupOffset);
570 XhcWriteExtCapReg (Xhc, Xhc->UsbLegSupOffset, Buffer);
H A DXhci.h223 UINT32 UsbLegSupOffset; member in struct:_USB_XHCI_INSTANCE
H A DXhci.c1729 Xhc->UsbLegSupOffset = XhcGetLegSupCapAddr (Xhc);
1737 DEBUG ((EFI_D_INFO, "XhcCreateUsb3Hc: UsbLegSupOffset 0x%x\n", Xhc->UsbLegSupOffset));

Completed in 50 milliseconds