Home | History | Annotate | Download | only in PiDxeS3BootScriptLib

Lines Matching refs:Segment

645   @param  Segment Pci segment number

658 IN UINT16 Segment,
672 PciAddress = PCI_ADDRESS_ENCODE (Segment, Address);
733 @param Segment Pci segment number
746 IN UINT16 Segment,
762 PciAddress = PCI_ADDRESS_ENCODE (Segment, Address);
1406 UINT16 Segment;
1414 Segment = PciCfg2Write.Segment;
1419 DEBUG ((EFI_D_INFO, "BootScriptExecutePciCfg2Write - 0x%016lx, 0x%08x, 0x%08x\n", PCI_ADDRESS_ENCODE (Segment, Address), Count, (UINTN)Width));
1420 return ScriptPciCfg2Write (Width, Segment, Address, Count, Buffer);
1449 DEBUG ((EFI_D_INFO, "BootScriptExecutePciCfg2ReadWrite - 0x%016lx, 0x%016lx, 0x%016lx\n", PCI_ADDRESS_ENCODE (PciCfg2ReadWrite.Segment, PciCfg2ReadWrite.Address), AndMask, OrMask));
1453 PciCfg2ReadWrite.Segment,
1465 PciCfg2ReadWrite.Segment,
1558 DEBUG ((EFI_D_INFO, "BootScriptPciCfg2Poll - 0x%016lx, 0x%016lx, 0x%016lx\n", PCI_ADDRESS_ENCODE (PciCfg2Poll.Segment, PciCfg2Poll.Address), AndMask, OrMask));
1562 PciCfg2Poll.Segment,
1577 PciCfg2Poll.Segment,