Home | History | Annotate | Download | only in PlatformSmm

Lines Matching defs:PciAddress

91   SMM_PCI_IO_ADDRESS    PciAddress;

267 PciAddress.Bus = 0;
268 PciAddress.Device = 0;
269 PciAddress.Function = 0;
270 PciAddress.ExtendedRegister = 0;
276 PciAddress.Register = ExtReg[Index];
279 PciAddress.Bus,
280 PciAddress.Device,
281 PciAddress.Function,
282 PciAddress.Register
291 *(UINT64*)&PciAddress,
305 PciAddress.Bus = RegTable[Index++];
306 PciAddress.Device = RegTable[Index++];
307 PciAddress.Function = RegTable[Index++];
308 PciAddress.Register = 0;
309 PciAddress.ExtendedRegister = 0;
313 PciAddress.Bus,
314 PciAddress.Device,
315 PciAddress.Function,
316 PciAddress.Register
333 PciAddress.Register = (UINT8)Offset;
334 Data32 = MmioRead32 (MmPciAddress (0, PciAddress.Bus, PciAddress.Device, PciAddress.Function, PciAddress.Register));
341 *(UINT64*)&PciAddress,