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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DCpuIo2.h45 EfiCpuIoWidthUint16, 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.h47 EfiCpuIoWidthUint16, enumerator in enum:__anon15603
73 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c41 2, // EfiCpuIoWidthUint16
59 2, // EfiCpuIoWidthUint16
196 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
256 } else if (OperationWidth == EfiCpuIoWidthUint16) {
276 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
336 } else if (OperationWidth == EfiCpuIoWidthUint16) {
356 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
416 } else if (OperationWidth == EfiCpuIoWidthUint16) {
435 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
498 } else if (OperationWidth == EfiCpuIoWidthUint16) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
H A DIoLib.c250 return (UINT16)IoReadWorker (Port, EfiCpuIoWidthUint16);
281 return (UINT16)IoWriteWorker (Port, EfiCpuIoWidthUint16, Value);
476 return (UINT16)MmioReadWorker (Address, EfiCpuIoWidthUint16);
505 return (UINT16)MmioWriteWorker (Address, EfiCpuIoWidthUint16, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/
H A DIoLib.c245 return (UINT16)IoReadWorker (Port, EfiCpuIoWidthUint16);
276 return (UINT16)IoWriteWorker (Port, EfiCpuIoWidthUint16, Value);
471 return (UINT16)MmioReadWorker (Address, EfiCpuIoWidthUint16);
500 return (UINT16)MmioWriteWorker (Address, EfiCpuIoWidthUint16, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/
H A DIoLib.c255 return (UINT16)IoReadWorker (Port, EfiCpuIoWidthUint16);
284 return (UINT16)IoWriteWorker (Port, EfiCpuIoWidthUint16, Value);
469 return (UINT16)MmioReadWorker (Address, EfiCpuIoWidthUint16);
496 return (UINT16)MmioWriteWorker (Address, EfiCpuIoWidthUint16, Value);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/
H A DCpuIo2Dxe.c41 2, // EfiCpuIoWidthUint16
59 2, // EfiCpuIoWidthUint16
196 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
256 } else if (OperationWidth == EfiCpuIoWidthUint16) {
276 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
336 } else if (OperationWidth == EfiCpuIoWidthUint16) {
356 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
416 } else if (OperationWidth == EfiCpuIoWidthUint16) {
435 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
498 } else if (OperationWidth == EfiCpuIoWidthUint16) {
[all...]

Completed in 49 milliseconds