Lines Matching refs:PciData
477 PCI_TYPE01 PciData; in EnableBridgeAttributes() local
490 sizeof (PciData), in EnableBridgeAttributes()
491 &PciData in EnableBridgeAttributes()
494 if ((((PciData.Bridge.IoBase & 0xF) == 0) && in EnableBridgeAttributes()
495 (PciData.Bridge.IoBase != 0 || PciData.Bridge.IoLimit != 0)) || in EnableBridgeAttributes()
496 (((PciData.Bridge.IoBase & 0xF) == 1) && in EnableBridgeAttributes()
497 …((PciData.Bridge.IoBase & 0xF0) != 0 || (PciData.Bridge.IoLimit & 0xF0) != 0 || PciData.Bridge.IoB… in EnableBridgeAttributes()
505 if ((PciData.Bridge.MemoryBase & 0xFFF0) != 0 || (PciData.Bridge.MemoryLimit & 0xFFF0) != 0) { in EnableBridgeAttributes()
513 if ((((PciData.Bridge.PrefetchableMemoryBase & 0xF) == 0) && in EnableBridgeAttributes()
514 … (PciData.Bridge.PrefetchableMemoryBase != 0 || PciData.Bridge.PrefetchableMemoryLimit != 0)) || in EnableBridgeAttributes()
515 (((PciData.Bridge.PrefetchableMemoryBase & 0xF) == 1) && in EnableBridgeAttributes()
516 …PciData.Bridge.PrefetchableMemoryBase & 0xFFF0) != 0 || (PciData.Bridge.PrefetchableMemoryLimit & … in EnableBridgeAttributes()