Home
last modified time | relevance | path

Searched refs:DTB_PCI_HOST_RANGE_RECORD (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciPcdProducerLib/
DFdtPciPcdProducerLib.c35 } DTB_PCI_HOST_RANGE_RECORD; typedef
65 Len % sizeof (DTB_PCI_HOST_RANGE_RECORD) != 0) { in GetPciIoTranslation()
70 for (RecordIdx = 0; RecordIdx < Len / sizeof (DTB_PCI_HOST_RANGE_RECORD); in GetPciIoTranslation()
72 CONST DTB_PCI_HOST_RANGE_RECORD *Record; in GetPciIoTranslation()
75 Record = (CONST DTB_PCI_HOST_RANGE_RECORD *)Prop + RecordIdx; in GetPciIoTranslation()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
DFdtPciHostBridgeLib.c74 } DTB_PCI_HOST_RANGE_RECORD; typedef
197 Len % sizeof (DTB_PCI_HOST_RANGE_RECORD) != 0) { in ProcessPciHost()
202 for (RecordIdx = 0; RecordIdx < Len / sizeof (DTB_PCI_HOST_RANGE_RECORD); in ProcessPciHost()
204 CONST DTB_PCI_HOST_RANGE_RECORD *Record; in ProcessPciHost()
206 Record = (CONST DTB_PCI_HOST_RANGE_RECORD *)Prop + RecordIdx; in ProcessPciHost()