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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
H A DSmbusLib.c428 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
433 If WriteBuffer is NULL, then ASSERT().
439 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
451 IN VOID *WriteBuffer,
458 ASSERT (WriteBuffer != NULL);
468 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
449 SmBusBlockProcessCall( IN UINTN SmBusAddress, IN VOID *WriteBuffer, OUT VOID *ReadBuffer, OUT RETURN_STATUS *Status OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeSmbusLib/
H A DSmbusLib.c540 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
545 If WriteBuffer is NULL, then ASSERT().
551 @param WriteBuffer The pointer to the buffer of bytes to write to the SMBUS.
573 IN VOID *WriteBuffer,
580 ASSERT (WriteBuffer != NULL);
590 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
571 SmBusBlockProcessCall( IN UINTN SmBusAddress, IN VOID *WriteBuffer, OUT VOID *ReadBuffer, OUT RETURN_STATUS *Status OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
H A DSmbusLib.c533 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
538 If WriteBuffer is NULL, then ASSERT().
544 @param WriteBuffer The pointer to the buffer of bytes to write to the SMBUS.
565 IN VOID *WriteBuffer,
572 ASSERT (WriteBuffer != NULL);
582 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
563 SmBusBlockProcessCall( IN UINTN SmBusAddress, IN VOID *WriteBuffer, OUT VOID *ReadBuffer, OUT RETURN_STATUS *Status OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3SmbusLib/
H A DS3SmbusLib.c467 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
472 If WriteBuffer is NULL, then ASSERT().
478 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
490 IN VOID *WriteBuffer,
497 Length = SmBusBlockProcessCall (SmBusAddress, WriteBuffer, ReadBuffer, Status);
488 S3SmBusBlockProcessCall( IN UINTN SmBusAddress, IN VOID *WriteBuffer, OUT VOID *ReadBuffer, OUT RETURN_STATUS *Status OPTIONAL ) argument

Completed in 226 milliseconds