Searched refs:CapLen (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.c112 ASSERT (Ehc->CapLen != 0);
118 (UINT64) (Ehc->CapLen + Offset),
149 ASSERT (Ehc->CapLen != 0);
155 (UINT64) (Ehc->CapLen + Offset),
H A DEhci.h161 UINT32 CapLen; // Capability length member in struct:_USB2_HC_DEV
H A DEhci.c1587 Ehc->CapLen = EhcReadCapRegister (Ehc, EHC_CAPLENGTH_OFFSET) & 0x0FF;
1589 DEBUG ((EFI_D_INFO, "EhcCreateUsb2Hc: capability length %d\n", Ehc->CapLen));
1592 // EHCI Controllers with a CapLen of 0 are ignored.
1594 if (Ehc->CapLen == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.h139 UINT32 CapLen; // Capability length member in struct:_PEI_USB2_HC_DEV
H A DEhcPeim.c57 ASSERT (Ehc->CapLen != 0);
59 Data = MmioRead32 (Ehc->UsbHostControllerBaseAddress + Ehc->CapLen + Offset);
80 ASSERT (Ehc->CapLen != 0);
82 MmioWrite32(Ehc->UsbHostControllerBaseAddress + Ehc->CapLen + Offset, Data);
1192 EhcDev->CapLen = EhcReadCapRegister (EhcDev, EHC_CAPLENGTH_OFFSET) & 0x0FF;

Completed in 53 milliseconds