Searched defs:OperationWidth (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c239 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
252 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03);
254 if (OperationWidth == EfiCpuIoWidthUint8) {
256 } else if (OperationWidth == EfiCpuIoWidthUint16) {
258 } else if (OperationWidth == EfiCpuIoWidthUint32) {
260 } else if (OperationWidth == EfiCpuIoWidthUint64) {
319 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
332 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03);
334 if (OperationWidth == EfiCpuIoWidthUint8) {
336 } else if (OperationWidth
399 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
478 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/
H A DCpuIo2Dxe.c239 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
252 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03);
254 if (OperationWidth == EfiCpuIoWidthUint8) {
256 } else if (OperationWidth == EfiCpuIoWidthUint16) {
258 } else if (OperationWidth == EfiCpuIoWidthUint32) {
260 } else if (OperationWidth == EfiCpuIoWidthUint64) {
319 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
332 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03);
334 if (OperationWidth == EfiCpuIoWidthUint8) {
336 } else if (OperationWidth
399 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
478 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/
H A DCpuIoPei.c215 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; local
229 OperationWidth = (EFI_PEI_CPU_IO_PPI_WIDTH) (Width & 0x03);
230 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00);
232 if (OperationWidth == EfiPeiCpuIoWidthUint8) {
234 } else if (OperationWidth == EfiPeiCpuIoWidthUint16) {
240 } else if (OperationWidth == EfiPeiCpuIoWidthUint32) {
246 } else if (OperationWidth == EfiPeiCpuIoWidthUint64) {
289 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; local
303 OperationWidth = (EFI_PEI_CPU_IO_PPI_WIDTH) (Width & 0x03);
304 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth]
363 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; local
432 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c898 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH OperationWidth; local
908 OperationWidth = (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH) (Width & 0x03);
911 switch (OperationWidth) {
933 switch (OperationWidth) {
990 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH OperationWidth; local
1000 OperationWidth = (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH) (Width & 0x03);
1032 switch (OperationWidth) {
1051 switch (OperationWidth) {
1108 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH OperationWidth; local
1131 OperationWidth
[all...]

Completed in 103 milliseconds