Searched refs:XhcReadCapReg (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/ |
H A D | XhciReg.h | 226 XhcReadCapReg (
|
H A D | Xhci.c | 1710 // Be caution that the Offset passed to XhcReadCapReg() should be Dword align 1713 Xhc->HcSParams1.Dword = XhcReadCapReg (Xhc, XHC_HCSPARAMS1_OFFSET); 1714 Xhc->HcSParams2.Dword = XhcReadCapReg (Xhc, XHC_HCSPARAMS2_OFFSET); 1715 Xhc->HcCParams.Dword = XhcReadCapReg (Xhc, XHC_HCCPARAMS_OFFSET); 1716 Xhc->DBOff = XhcReadCapReg (Xhc, XHC_DBOFF_OFFSET); 1717 Xhc->RTSOff = XhcReadCapReg (Xhc, XHC_RTSOFF_OFFSET);
|
H A D | XhciReg.c | 47 DEBUG ((EFI_D_ERROR, "XhcReadCapReg: Pci Io read error - %r at %d\n", Status, Offset)); 65 XhcReadCapReg ( function 83 DEBUG ((EFI_D_ERROR, "XhcReadCapReg: Pci Io read error - %r at %d\n", Status, Offset));
|
Completed in 108 milliseconds