Searched refs:EfiCpuIoWidthUint32 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DCpuIo2.h46 EfiCpuIoWidthUint32, enumerator in enum:__anon12035
71 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DCpuIo2.h48 EfiCpuIoWidthUint32, enumerator in enum:__anon15603
73 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c42 4, // EfiCpuIoWidthUint32
60 4, // EfiCpuIoWidthUint32
196 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
258 } else if (OperationWidth == EfiCpuIoWidthUint32) {
276 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
338 } else if (OperationWidth == EfiCpuIoWidthUint32) {
356 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
418 } else if (OperationWidth == EfiCpuIoWidthUint32) {
435 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
500 } else if (OperationWidth == EfiCpuIoWidthUint32) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
H A DIoLib.c310 return (UINT32)IoReadWorker (Port, EfiCpuIoWidthUint32);
341 return (UINT32)IoWriteWorker (Port, EfiCpuIoWidthUint32, Value);
534 return (UINT32)MmioReadWorker (Address, EfiCpuIoWidthUint32);
563 return (UINT32)MmioWriteWorker (Address, EfiCpuIoWidthUint32, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/
H A DIoLib.c305 return (UINT32)IoReadWorker (Port, EfiCpuIoWidthUint32);
336 return (UINT32)IoWriteWorker (Port, EfiCpuIoWidthUint32, Value);
529 return (UINT32)MmioReadWorker (Address, EfiCpuIoWidthUint32);
558 return (UINT32)MmioWriteWorker (Address, EfiCpuIoWidthUint32, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/
H A DIoLib.c311 return (UINT32)IoReadWorker (Port, EfiCpuIoWidthUint32);
340 return (UINT32)IoWriteWorker (Port, EfiCpuIoWidthUint32, Value);
523 return (UINT32)MmioReadWorker (Address, EfiCpuIoWidthUint32);
550 return (UINT32)MmioWriteWorker (Address, EfiCpuIoWidthUint32, Value);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/
H A DCpuIo2Dxe.c42 4, // EfiCpuIoWidthUint32
60 4, // EfiCpuIoWidthUint32
196 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
258 } else if (OperationWidth == EfiCpuIoWidthUint32) {
276 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
338 } else if (OperationWidth == EfiCpuIoWidthUint32) {
356 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
418 } else if (OperationWidth == EfiCpuIoWidthUint32) {
435 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
500 } else if (OperationWidth == EfiCpuIoWidthUint32) {
[all...]

Completed in 49 milliseconds