OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RomPcir
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c
329
PCI_DATA_STRUCTURE *
RomPcir
;
353
RomPcir
= (PCI_DATA_STRUCTURE *) ((UINT8 *) RomHeader + RomHeader->PcirOffset);
354
if (
RomPcir
->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
358
if (
RomPcir
->CodeType == PCI_CODE_TYPE_EFI_IMAGE) {
362
Indicator =
RomPcir
->Indicator;
363
RomHeader = (PCI_EXPANSION_ROM_HEADER *) ((UINT8 *) RomHeader +
RomPcir
->ImageLength * 512);
394
PCI_DATA_STRUCTURE *
RomPcir
;
434
RomPcir
= AllocatePool (sizeof (PCI_DATA_STRUCTURE));
435
if (
RomPcir
== NULL) {
487
(UINT8 *)
RomPcir
[
all
...]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c
155
PCI_DATA_STRUCTURE *
RomPcir
;
195
RomPcir
= AllocatePool (sizeof (PCI_DATA_STRUCTURE));
196
if (
RomPcir
== NULL) {
248
(UINT8 *)
RomPcir
253
if (
RomPcir
->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
256
if (RomImageSize +
RomPcir
->ImageLength * 512 > RomSize) {
259
if (
RomPcir
->CodeType == PCI_CODE_TYPE_PCAT_IMAGE) {
263
Indicator =
RomPcir
->Indicator;
264
RomImageSize = RomImageSize +
RomPcir
->ImageLength * 512;
265
RomBarOffset = RomBarOffset +
RomPcir
->ImageLength * 512;
[
all
...]
Completed in 65 milliseconds