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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DCpuIo2.h44 EfiCpuIoWidthUint8, 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.h46 EfiCpuIoWidthUint8, enumerator in enum:__anon15603
73 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c40 1, // EfiCpuIoWidthUint8
58 1, // EfiCpuIoWidthUint8
196 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
254 if (OperationWidth == EfiCpuIoWidthUint8) {
276 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
334 if (OperationWidth == EfiCpuIoWidthUint8) {
356 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
414 if (OperationWidth == EfiCpuIoWidthUint8) {
435 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
496 if (OperationWidth == EfiCpuIoWidthUint8) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
H A DIoLib.c196 return (UINT8)IoReadWorker (Port, EfiCpuIoWidthUint8);
221 return (UINT8)IoWriteWorker (Port, EfiCpuIoWidthUint8, Value);
424 return (UINT8)MmioReadWorker (Address, EfiCpuIoWidthUint8);
447 return (UINT8)MmioWriteWorker (Address, EfiCpuIoWidthUint8, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/
H A DIoLib.c191 return (UINT8)IoReadWorker (Port, EfiCpuIoWidthUint8);
216 return (UINT8)IoWriteWorker (Port, EfiCpuIoWidthUint8, Value);
419 return (UINT8)MmioReadWorker (Address, EfiCpuIoWidthUint8);
442 return (UINT8)MmioWriteWorker (Address, EfiCpuIoWidthUint8, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/
H A DIoLib.c203 return (UINT8)IoReadWorker (Port, EfiCpuIoWidthUint8);
228 return (UINT8)IoWriteWorker (Port, EfiCpuIoWidthUint8, Value);
419 return (UINT8)MmioReadWorker (Address, EfiCpuIoWidthUint8);
442 return (UINT8)MmioWriteWorker (Address, EfiCpuIoWidthUint8, Value);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/
H A DCpuIo2Dxe.c40 1, // EfiCpuIoWidthUint8
58 1, // EfiCpuIoWidthUint8
196 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
254 if (OperationWidth == EfiCpuIoWidthUint8) {
276 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
334 if (OperationWidth == EfiCpuIoWidthUint8) {
356 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
414 if (OperationWidth == EfiCpuIoWidthUint8) {
435 If Width is EfiCpuIoWidthUint8, EfiCpuIoWidthUint16, EfiCpuIoWidthUint32,
496 if (OperationWidth == EfiCpuIoWidthUint8) {
[all...]

Completed in 50 milliseconds