OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CapLen
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciReg.c
112
ASSERT (Ehc->
CapLen
!= 0);
118
(UINT64) (Ehc->
CapLen
+ Offset),
149
ASSERT (Ehc->
CapLen
!= 0);
155
(UINT64) (Ehc->
CapLen
+ Offset),
Ehci.h
163
UINT32
CapLen
; // Capability length
Ehci.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.h
136
UINT32
CapLen
; // Capability length
EhcPeim.c
57
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);
[
all
...]
Completed in 72 milliseconds