Home | History | Annotate | Download | only in PciBusDxe

Lines Matching defs:Indicator

330   UINT8                     Indicator;

332 Indicator = 0;
362 Indicator = RomPcir->Indicator;
364 } while (((UINT8 *) RomHeader < (UINT8 *) RomImage + RomSize) && ((Indicator & 0x80) == 0x00));
386 UINT8 Indicator;
403 Indicator = 0;
502 Indicator = RomPcir->Indicator;
505 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
668 UINT8 Indicator;
682 Indicator = 0;
706 Indicator = Pcir->Indicator;
779 } while (((Indicator & 0x80) == 0x00) && ((UINTN) (RomBarOffset - (UINT8 *) RomBar) < PciDevice->RomSize));