HomeSort by relevance Sort by last modified time
    Searched defs:Ehc (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 80 USB2_HC_DEV *Ehc;
88 Ehc = EHC_FROM_THIS (This);
91 *PortNumber = (UINT8) (Ehc->HcStructParams & HCSP_NPORTS);
92 *Is64BitCapable = (UINT8) (Ehc->HcCapParams & HCCP_64BIT);
121 USB2_HC_DEV *Ehc;
126 Ehc = EHC_FROM_THIS (This);
128 if (Ehc->DevicePath != NULL) {
135 Ehc->DevicePath
150 if (Ehc->DebugPortNum != 0) {
151 DbgCtrlStatus = EhcReadDbgRegister(Ehc, 0);
    [all...]
EhciSched.c 22 @param Ehc The EHCI device.
30 IN USB2_HC_DEV *Ehc
42 Qtd = EhcCreateQtd (Ehc, NULL, NULL, 0, QTD_PID_INPUT, 0, 64);
49 Ehc->ShortReadStop = Qtd;
52 // Create a QH to act as the EHC reclamation header.
66 Qh = EhcCreateQh (Ehc, &Ep);
72 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Qh, sizeof (EHC_QH));
78 Ehc->ReclaimHead = Qh;
86 Qh = EhcCreateQh (Ehc, &Ep);
93 Ehc->PeriodOne = Qh;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 41 Read Ehc Operation register.
43 @param Ehc The EHCI device.
51 IN PEI_USB2_HC_DEV *Ehc,
57 ASSERT (Ehc->CapLen != 0);
59 Data = MmioRead32 (Ehc->UsbHostControllerBaseAddress + Ehc->CapLen + Offset);
67 @param Ehc The EHCI device.
74 IN PEI_USB2_HC_DEV *Ehc,
80 ASSERT (Ehc->CapLen != 0);
82 MmioWrite32(Ehc->UsbHostControllerBaseAddress + Ehc->CapLen + Offset, Data);
    [all...]

Completed in 4003 milliseconds