OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResAllocNode
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciRootBridge.h
67
PCI_RES_NODE
ResAllocNode
[TypeMax];
PciHostBridge.c
512
PCI_RES_NODE *
ResAllocNode
;
534
ResAllocNode
= &RootBridge->
ResAllocNode
[Index];
538
Descriptor->AddrRangeMin =
ResAllocNode
->Base;
539
Descriptor->AddrRangeMax =
ResAllocNode
->Alignment;
540
Descriptor->AddrLen =
ResAllocNode
->Length;
541
switch (
ResAllocNode
->Type) {
703
RootBridge->
ResAllocNode
[Index].Type = Index;
704
RootBridge->
ResAllocNode
[Index].Base = 0;
705
RootBridge->
ResAllocNode
[Index].Length = 0;
[
all
...]
PciRootBridgeIo.c
205
RootBridge->
ResAllocNode
[Index].Type = Index;
207
RootBridge->
ResAllocNode
[Index].Base = Aperture->Base;
208
RootBridge->
ResAllocNode
[Index].Length = Aperture->Limit - Aperture->Base + 1;
209
RootBridge->
ResAllocNode
[Index].Status = ResAllocated;
211
RootBridge->
ResAllocNode
[Index].Base = 0;
212
RootBridge->
ResAllocNode
[Index].Length = 0;
213
RootBridge->
ResAllocNode
[Index].Status = ResNone;
[
all
...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridge.h
82
PCI_RES_NODE
ResAllocNode
[6];
PciRootBridgeIo.c
77
PrivateData->
ResAllocNode
[Index].Type = Index;
78
PrivateData->
ResAllocNode
[Index].Base = 0;
79
PrivateData->
ResAllocNode
[Index].Length = 0;
80
PrivateData->
ResAllocNode
[Index].Status = ResNone;
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.h
461
PCI_RES_NODE
ResAllocNode
[6];
Completed in 1197 milliseconds