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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.h 23 @param Ehc The EHCI device to init schedule data for.
31 IN PEI_USB2_HC_DEV *Ehc
38 @param Ehc The EHCI device.
43 IN PEI_USB2_HC_DEV *Ehc
54 @param Ehc The EHCI device.
60 IN PEI_USB2_HC_DEV *Ehc,
69 @param Ehc The EHCI device.
75 IN PEI_USB2_HC_DEV *Ehc,
83 @param Ehc The EHCI device.
94 IN PEI_USB2_HC_DEV *Ehc,
    [all...]
EhciSched.c 23 @param Ehc The EHCI device.
31 IN PEI_USB2_HC_DEV *Ehc
42 Qtd = EhcCreateQtd (Ehc, 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);
76 Ehc->ReclaimHead = Qh;
84 Qh = EhcCreateQh (Ehc, &Ep);
91 Ehc->PeriodOne = Qh;
99 @param Ehc The EHCI device to init schedule data for.
    [all...]
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...]
EhciReg.h 53 #define CONFIGFLAG_ROUTE_EHC 0x01 // Route port to EHC
120 @param Ehc The EHCI device.
128 IN PEI_USB2_HC_DEV *Ehc,
134 Read Ehc Operation register.
136 @param Ehc The EHCI device.
144 IN PEI_USB2_HC_DEV *Ehc,
152 @param Ehc The EHCI device.
159 IN PEI_USB2_HC_DEV *Ehc,
168 @param Ehc The EHCI device.
173 IN PEI_USB2_HC_DEV *Ehc
    [all...]
EhciUrb.c 24 @param Ehc The EHCI device.
36 IN PEI_USB2_HC_DEV *Ehc,
50 ASSERT (Ehc != NULL);
52 Qtd = UsbHcAllocateMem (Ehc, Ehc->MemPool, sizeof (PEI_EHC_QTD));
286 @param Ehc The EHCI device.
292 IN PEI_USB2_HC_DEV *Ehc,
304 UsbHcFreeMem (Ehc->MemPool, Qtd, sizeof (PEI_EHC_QTD));
311 @param Ehc The EHCI device.
317 IN PEI_USB2_HC_DEV *Ehc,
    [all...]
EhcPeim.h 89 #define EHC_REG_BIT_IS_SET(Ehc, Offset, Bit) \
90 (EHC_BIT_IS_SET(EhcReadOpReg ((Ehc), (Offset)), (Bit)))
157 @param Ehc The EHCI device.
168 IN PEI_USB2_HC_DEV *Ehc,
193 @param Ehc The EHCI device.
202 IN PEI_USB2_HC_DEV *Ehc,
UsbHcMem.c 23 @param Ehc The EHCI device.
32 IN PEI_USB2_HC_DEV *Ehc,
271 @param Ehc The EHCI device.
282 IN PEI_USB2_HC_DEV *Ehc,
308 Pool->Head = UsbHcAllocMemBlock (Ehc, Pool, USBHC_MEM_DEFAULT_PAGES);
353 @param Ehc The EHCI device.
362 IN PEI_USB2_HC_DEV *Ehc,
406 NewBlock = UsbHcAllocMemBlock (Ehc,Pool, Pages);
EhciUrb.h 241 @param Ehc The EHCI device.
253 IN PEI_USB2_HC_DEV *Ehc,
281 @param Ehc The EHCI device.
287 IN PEI_USB2_HC_DEV *Ehc,
295 @param Ehc The EHCI device.
315 IN PEI_USB2_HC_DEV *Ehc,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciReg.c 23 @param Ehc The EHCI device.
32 IN USB2_HC_DEV *Ehc,
39 Status = Ehc->PciIo->Mem.Read (
40 Ehc->PciIo,
59 @param Ehc The EHCI device.
68 IN USB2_HC_DEV *Ehc,
75 Status = Ehc->PciIo->Mem.Read (
76 Ehc->PciIo,
78 Ehc->DebugPortBarNum,
79 (UINT64) (Ehc->DebugPortOffset + Offset),
    [all...]
Ehci.c 80 USB2_HC_DEV *Ehc;
88 Ehc = EHC_FROM_THIS (This);
91 *PortNumber = (UINT8) (Ehc->HcStructParams & HCSP_NPORTS);
92 *Is64BitCapable = (UINT8) Ehc->Support64BitDma;
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.h 23 @param Ehc The EHCI device to init schedule data for.
31 IN USB2_HC_DEV *Ehc
38 @param Ehc The EHCI device.
43 IN USB2_HC_DEV *Ehc
54 @param Ehc The EHCI device.
60 IN USB2_HC_DEV *Ehc,
69 @param Ehc The EHCI device.
75 IN USB2_HC_DEV *Ehc,
85 @param Ehc The EHCI device.
91 IN USB2_HC_DEV *Ehc,
    [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...]
EhciReg.h 56 #define CONFIGFLAG_ROUTE_EHC 0x01 // Route port to EHC
127 @param Ehc The EHCI device.
135 IN USB2_HC_DEV *Ehc,
142 @param Ehc The EHCI device.
151 IN USB2_HC_DEV *Ehc,
158 @param Ehc The EHCI device.
166 IN USB2_HC_DEV *Ehc,
174 @param Ehc The EHCI device.
181 IN USB2_HC_DEV *Ehc,
189 @param Ehc The EHCI device.
    [all...]
EhciDebug.c 234 @param Ehc USB EHCI Host Controller instance
239 IN USB2_HC_DEV *Ehc
244 DEBUG ((EFI_D_VERBOSE, " EHC_CAPLENGTH_OFFSET = 0x%08x\n", EhcReadCapRegister (Ehc, EHC_CAPLENGTH_OFFSET)));
245 DEBUG ((EFI_D_VERBOSE, " EHC_HCSPARAMS_OFFSET = 0x%08x\n", EhcReadCapRegister (Ehc, EHC_HCSPARAMS_OFFSET)));
246 DEBUG ((EFI_D_VERBOSE, " EHC_HCCPARAMS_OFFSET = 0x%08x\n", EhcReadCapRegister (Ehc, EHC_HCCPARAMS_OFFSET)));
247 DEBUG ((EFI_D_VERBOSE, " EHC_USBCMD_OFFSET = 0x%08x\n", EhcReadOpReg (Ehc, EHC_USBCMD_OFFSET)));
248 DEBUG ((EFI_D_VERBOSE, " EHC_USBSTS_OFFSET = 0x%08x\n", EhcReadOpReg (Ehc, EHC_USBSTS_OFFSET)));
249 DEBUG ((EFI_D_VERBOSE, " EHC_USBINTR_OFFSET = 0x%08x\n", EhcReadOpReg (Ehc, EHC_USBINTR_OFFSET)));
250 DEBUG ((EFI_D_VERBOSE, " EHC_FRINDEX_OFFSET = 0x%08x\n", EhcReadOpReg (Ehc, EHC_FRINDEX_OFFSET)));
251 DEBUG ((EFI_D_VERBOSE, " EHC_CTRLDSSEG_OFFSET = 0x%08x\n", EhcReadOpReg (Ehc, EHC_CTRLDSSEG_OFFSET)));
    [all...]
EhciUrb.c 23 @param Ehc The EHCI device.
36 IN USB2_HC_DEV *Ehc,
51 ASSERT (Ehc != NULL);
53 Qtd = UsbHcAllocateMem (Ehc->MemPool, sizeof (EHC_QTD));
294 @param Ehc The EHCI device.
300 IN USB2_HC_DEV *Ehc,
312 UsbHcFreeMem (Ehc->MemPool, Qtd, sizeof (EHC_QTD));
320 @param Ehc The EHCI device.
326 IN USB2_HC_DEV *Ehc,
332 PciIo = Ehc->PciIo;
    [all...]
EhciDebug.h 67 @param Ehc USB EHCI Host Controller instance
72 IN USB2_HC_DEV *Ehc
Ehci.h 49 // EHC timeout experience values
82 // EHC raises TPL to TPL_NOTIFY to serialize all its operations
108 #define EHC_REG_BIT_IS_SET(Ehc, Offset, Bit) \
109 (EHC_BIT_IS_SET(EhcReadOpReg ((Ehc), (Offset)), (Bit)))
136 // ExitBootServicesEvent is used to stop the EHC DMA operation
EhciUrb.h 244 @param Ehc The EHCI device.
257 IN USB2_HC_DEV *Ehc,
287 @param Ehc The EHCI device.
293 IN USB2_HC_DEV *Ehc,
301 @param Ehc The EHCI device.
321 IN USB2_HC_DEV *Ehc,

Completed in 103 milliseconds