/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/ |
D | PcatIo.c | 62 UINTN InStride; in PcatRootBridgeIoIoRead() local 97 InStride = 1 << (Width & 0x03); in PcatRootBridgeIoIoRead() 98 OutStride = InStride; in PcatRootBridgeIoIoRead() 100 InStride = 0; in PcatRootBridgeIoIoRead() 115 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) { in PcatRootBridgeIoIoRead() 123 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) { in PcatRootBridgeIoIoRead() 137 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) { in PcatRootBridgeIoIoRead() 166 UINTN InStride; in PcatRootBridgeIoIoWrite() local 200 InStride = 1 << (Width & 0x03); in PcatRootBridgeIoIoWrite() 201 OutStride = InStride; in PcatRootBridgeIoIoWrite() [all …]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/ |
D | CpuIo2Dxe.c | 238 UINT8 InStride; in CpuMemoryServiceRead() local 251 InStride = mInStride[Width]; in CpuMemoryServiceRead() 254 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceRead() 318 UINT8 InStride; in CpuMemoryServiceWrite() local 331 InStride = mInStride[Width]; in CpuMemoryServiceWrite() 334 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceWrite() 398 UINT8 InStride; in CpuIoServiceRead() local 411 InStride = mInStride[Width]; in CpuIoServiceRead() 416 if (InStride == 0) { in CpuIoServiceRead() 438 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuIoServiceRead() [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/CpuIoDxe/ |
D | CpuIo.c | 237 UINT8 InStride; in CpuMemoryServiceRead() local 250 InStride = mInStride[Width]; in CpuMemoryServiceRead() 253 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceRead() 317 UINT8 InStride; in CpuMemoryServiceWrite() local 330 InStride = mInStride[Width]; in CpuMemoryServiceWrite() 333 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceWrite() 397 UINT8 InStride; in CpuIoServiceRead() local 410 InStride = mInStride[Width]; in CpuIoServiceRead() 413 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuIoServiceRead() 476 UINT8 InStride; in CpuIoServiceWrite() local [all …]
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ |
D | ArmPciCpuIo2Dxe.c | 236 UINT8 InStride; in CpuMemoryServiceRead() local 249 InStride = mInStride[Width]; in CpuMemoryServiceRead() 252 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceRead() 317 UINT8 InStride; in CpuMemoryServiceWrite() local 330 InStride = mInStride[Width]; in CpuMemoryServiceWrite() 333 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceWrite() 398 UINT8 InStride; in CpuIoServiceRead() local 413 InStride = mInStride[Width]; in CpuIoServiceRead() 417 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuIoServiceRead() 481 UINT8 InStride; in CpuIoServiceWrite() local [all …]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/ |
D | CpuIoPei.c | 213 UINT8 InStride; in CpuMemoryServiceRead() local 227 InStride = mInStride[Width]; in CpuMemoryServiceRead() 231 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceRead() 287 UINT8 InStride; in CpuMemoryServiceWrite() local 301 InStride = mInStride[Width]; in CpuMemoryServiceWrite() 305 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceWrite() 361 UINT8 InStride; in CpuIoServiceRead() local 375 InStride = mInStride[Width]; in CpuIoServiceRead() 379 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuIoServiceRead() 430 UINT8 InStride; in CpuIoServiceWrite() local [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
D | PciRootBridgeIo.c | 42 UINTN InStride; in PciRootBridgeIoMemRW() local 47 InStride = InStrideFlag ? Stride : 0; in PciRootBridgeIoMemRW() 55 for (;Count > 0; Count--, In.Buffer += InStride, Out.Buffer += OutStride) { in PciRootBridgeIoMemRW() 60 for (;Count > 0; Count--, In.Buffer += InStride, Out.Buffer += OutStride) { in PciRootBridgeIoMemRW() 65 for (;Count > 0; Count--, In.Buffer += InStride, Out.Buffer += OutStride) { in PciRootBridgeIoMemRW()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
D | PcatIo.c | 96 UINT32 InStride; in PcatRootBridgeIoPciRW() local 115 InStride = 1 << (Width & 0x03); in PcatRootBridgeIoPciRW() 116 OutStride = InStride; in PcatRootBridgeIoPciRW() 118 InStride = 0; in PcatRootBridgeIoPciRW() 180 PciDataStride = (PciDataStride + InStride) % 4; in PcatRootBridgeIoPciRW() 181 Pci.Bits.Reg += InStride; in PcatRootBridgeIoPciRW() 205 PciExpressRegAddr += InStride; in PcatRootBridgeIoPciRW()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
D | PcatIo.c | 96 UINT32 InStride; in PcatRootBridgeIoPciRW() local 115 InStride = 1 << (Width & 0x03); in PcatRootBridgeIoPciRW() 116 OutStride = InStride; in PcatRootBridgeIoPciRW() 118 InStride = 0; in PcatRootBridgeIoPciRW() 180 PciDataStride = (PciDataStride + InStride) % 4; in PcatRootBridgeIoPciRW() 181 Pci.Bits.Reg += InStride; in PcatRootBridgeIoPciRW() 205 PciExpressRegAddr += InStride; in PcatRootBridgeIoPciRW()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/ |
D | PciRootBridgeIo.c | 1055 UINT8 InStride; in RootBridgeIoMemRW() local 1076 InStride = mInStride[Width]; in RootBridgeIoMemRW() 1079 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in RootBridgeIoMemRW() 1158 UINT8 InStride; in RootBridgeIoIoRW() local 1174 InStride = mInStride[Width]; in RootBridgeIoIoRW() 1178 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in RootBridgeIoIoRW() 1673 UINT8 InStride; in CpuMemoryServiceRead() local 1682 InStride = mInStride[Width]; in CpuMemoryServiceRead() 1685 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in CpuMemoryServiceRead() 1845 UINT8 InStride; in CpuMemoryServiceWrite() local [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
D | PcatPciRootBridgeIo.c | 996 UINTN InStride; in PcatRootBridgeIoMemRW() local 1002 InStride = InStrideFlag ? Stride : 0; in PcatRootBridgeIoMemRW() 1010 for (;Count > 0; Count--, In.buf += InStride, Out.buf += OutStride) { in PcatRootBridgeIoMemRW() 1017 for (;Count > 0; Count--, In.buf += InStride, Out.buf += OutStride) { in PcatRootBridgeIoMemRW() 1024 for (;Count > 0; Count--, In.buf += InStride, Out.buf += OutStride) { in PcatRootBridgeIoMemRW()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/ |
D | PciRootBridgeIo.c | 927 UINT8 InStride; in RootBridgeIoPciAccess() local 957 InStride = mInStride[Width]; in RootBridgeIoPciAccess() 960 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) { in RootBridgeIoPciAccess()
|