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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciReg.h287 XhcReadRuntimeReg (
400 XhcReadRuntimeReg (
H A DXhciReg.c274 XhcReadRuntimeReg ( function
294 DEBUG ((EFI_D_ERROR, "XhcReadRuntimeReg: Pci Io Read error - %r at %d\n", Status, Offset));
422 Data = XhcReadRuntimeReg (Xhc, Offset);
444 Data = XhcReadRuntimeReg (Xhc, Offset);
H A DXhciSched.c1047 Low = XhcReadRuntimeReg (Xhc, XHC_ERDP_OFFSET);
1048 High = XhcReadRuntimeReg (Xhc, XHC_ERDP_OFFSET + 4);

Completed in 132 milliseconds