OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OffsetPcir
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c
148
UINT16
OffsetPcir
;
233
OffsetPcir
= RomHeader->PcirOffset;
238
if (
OffsetPcir
== 0 ||
239
(
OffsetPcir
& 3) != 0 ||
240
RomImageSize +
OffsetPcir
+ sizeof (PCI_DATA_STRUCTURE) > RomSize) {
246
RomBarOffset +
OffsetPcir
,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c
387
UINT16
OffsetPcir
;
472
OffsetPcir
= RomHeader->PcirOffset;
477
if (
OffsetPcir
== 0 ||
478
(
OffsetPcir
& 3) != 0 ||
479
RomImageSize +
OffsetPcir
+ sizeof (PCI_DATA_STRUCTURE) > RomSize) {
485
RomBarOffset +
OffsetPcir
,
Completed in 768 milliseconds