Home | History | Annotate | Download | only in PciRootBridgeNoEnumerationDxe

Lines Matching refs:DeviceIo

14     DeviceIo.c

22 #include "DeviceIo.h"
72 Private->DeviceIo.Mem.Read = DeviceIoMemRead;
73 Private->DeviceIo.Mem.Write = DeviceIoMemWrite;
74 Private->DeviceIo.Io.Read = DeviceIoIoRead;
75 Private->DeviceIo.Io.Write = DeviceIoIoWrite;
76 Private->DeviceIo.Pci.Read = DeviceIoPciRead;
77 Private->DeviceIo.Pci.Write = DeviceIoPciWrite;
78 Private->DeviceIo.PciDevicePath = DeviceIoPciDevicePath;
79 Private->DeviceIo.Map = DeviceIoMap;
80 Private->DeviceIo.Unmap = DeviceIoUnmap;
81 Private->DeviceIo.AllocateBuffer = DeviceIoAllocateBuffer;
82 Private->DeviceIo.Flush = DeviceIoFlush;
83 Private->DeviceIo.FreeBuffer = DeviceIoFreeBuffer;
91 &Private->DeviceIo,
480 Private->DeviceIo.Pci.Read (
481 &Private->DeviceIo,
494 Private->DeviceIo.Pci.Read (
495 &Private->DeviceIo,