Lines Matching refs:Segment
60 Extract the PCI segment, bus, device, function, register from
65 @param[out] Segment PCI segment number.
76 OUT UINT32 *Segment,
86 // where ss = Segment, bb = Bus, dd = Device, ff = Function and rr = Register.
88 *Segment = (UINT32) (RShiftU64 (Address, 32) & 0xFF);
103 // where ss = Segment, bb = Bus, dd = Device, ff = Function and rrr = Register.
105 *Segment = (UINT32) (RShiftU64 (Address, 36) & 0xFF);
144 UINT32 Segment;
163 ShellMmDecodePciAddress ((BOOLEAN) (AccessType == ShellMmPci), Address, &Segment, &Bus, &Device, &Function, &Register);
310 UINT32 Segment;
332 Segment = 0;
335 ShellMmDecodePciAddress ((BOOLEAN) (AccessType == ShellMmPci), Address, &Segment, &Bus, NULL, NULL, NULL);
339 // Find the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL of the specified segment & bus number
351 if ((((AccessType == ShellMmPci) || (AccessType == ShellMmPciExpress)) && (Io->SegmentNumber == Segment)) ||
358 // Compare the segment and bus range for PCI/PCIE access