HomeSort by relevance Sort by last modified time
    Searched refs:WriteBuffer (Results 1 - 25 of 42) sorted by null

1 2

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
I2CLib.h 61 IN UINT8 *WriteBuffer
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 529 IN UINT8 *WriteBuffer,
547 TransmitEnd = &WriteBuffer [WriteBytes];
550 DEBUG((EFI_D_INFO,"Write: --------------%d bytes to TX\r\n", TransmitEnd - WriteBuffer));
552 while ( TransmitEnd > WriteBuffer) {
558 DEBUG((EFI_D_ERROR,"TX ABRT TransmitEnd:0x%x WriteBuffer:0x%x\r\n", TransmitEnd, WriteBuffer));
565 I2CLibPeiMmioWrite16 (I2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++) | B_CMD_RESTART | B_CMD_STOP);
567 I2CLibPeiMmioWrite16 (I2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++) | B_CMD_RESTART);
569 I2CLibPeiMmioWrite16 (I2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++) | B_CMD_STOP);
571 I2CLibPeiMmioWrite16 (I2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cMasterMcg.h 356 /// The WriteBuffer must be at least WriteBytes in length.
358 UINT8 *WriteBuffer;
I2cSlave.h 120 WriteBuffer until ReceiveStop is called.
170 @param[in] WriteBuffer Buffer containing the data to send
173 @retval EFI_INVALID_PARAMETER WriteBuffer is NULL or WriteBytes
182 IN CONST UINT8 *WriteBuffer
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CLib.c 601 IN UINT8 *WriteBuffer,
619 TransmitEnd = &WriteBuffer[WriteBytes];
621 DEBUG((EFI_D_INFO,"Write: --------------%d bytes to TX\r\n",TransmitEnd - WriteBuffer));
622 while (TransmitEnd > WriteBuffer) {
628 DEBUG((EFI_D_ERROR,"TX ABRT TransmitEnd:0x%x WriteBuffer:0x%x\r\n", TransmitEnd, WriteBuffer));
640 MmioWrite32 (mI2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++)|B_CMD_RESTART|B_CMD_STOP);
642 MmioWrite32 (mI2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++)|B_CMD_RESTART);
644 MmioWrite32 (mI2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++)|B_CMD_STOP);
646 MmioWrite32 (mI2CBaseAddress + R_IC_DATA_CMD, (*WriteBuffer++));
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Diagnostics.c 101 VOID *WriteBuffer;
117 WriteBuffer = AllocatePool (BufferSize);
128 GenerateRandomBuffer (WriteBuffer,BufferSize);
129 Status = MmcWriteBlocks (&(MmcHostInstance->BlockIo), MmcHostInstance->BlockIo.Media->MediaId,Lba,BufferSize,WriteBuffer);
143 if (!CompareBuffer (ReadBuffer,WriteBuffer,BufferSize)) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
SmbusLib.c 625 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
637 IN UINT8 *WriteBuffer,
684 if (WriteBuffer != NULL) {
694 IoWrite8 (IoPortBaseAddress + R_PCH_SMBUS_HBD, WriteBuffer[Index]);
842 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
847 If WriteBuffer is NULL, then ASSERT().
853 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
865 IN VOID *WriteBuffer,
872 ASSERT (WriteBuffer != NULL);
881 WriteBuffer,
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
CommonHeader.h 164 @param WriteBuffer Contains the value of byte to be written to the
180 IN UINT8 *WriteBuffer,
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 366 WriteBuffer();
373 return WriteBuffer();
378 if (!WriteBuffer()) return false;
404 bool CopyingOutputStreamAdaptor::WriteBuffer() {
  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8));
108 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size)))
112 CacheIter->second.emplace_back(WriteBuffer, Size);
115 List.emplace_back(WriteBuffer, Size);
118 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size);
201 uint8_t *WriteBuffer = Buffer.data();
214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/
SmbusLib.c 572 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
584 IN UINT8 *WriteBuffer,
616 if (WriteBuffer != NULL) {
625 IoWrite8 (IoPortBaseAddress + R_QNC_SMBUS_HBD + (UINT8)Index, WriteBuffer[Index]);
759 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
764 If WriteBuffer is NULL, then ASSERT().
770 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
789 IN VOID *WriteBuffer,
794 ASSERT (WriteBuffer != NULL);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/
S3SmbusLib.c 467 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);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSmbusLibNull/
BaseSmbusLibNull.c 500 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
505 If WriteBuffer is NULL, then ASSERT().
511 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
530 IN VOID *WriteBuffer,
535 ASSERT (WriteBuffer != NULL);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/
I2CLib.h 155 IN UINT8 *WriteBuffer,
172 IN UINT8 *WriteBuffer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueSmbusLib.h 353 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
358 If WriteBuffer is NULL, then ASSERT().
364 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
376 IN VOID *WriteBuffer,
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3SmbusLib.h 420 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
425 If WriteBuffer is NULL, then ASSERT().
431 @param[in] WriteBuffer The pointer to the buffer of bytes to write to the SMBUS.
450 IN VOID *WriteBuffer,
SmbusLib.h 461 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
466 If WriteBuffer is NULL, then ASSERT().
472 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
491 IN VOID *WriteBuffer,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
SmbusLib.c 433 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
438 If WriteBuffer is NULL, then ASSERT().
444 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
456 IN VOID *WriteBuffer,
463 ASSERT (WriteBuffer != NULL);
473 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
SmbusLib.c 433 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
438 If WriteBuffer is NULL, then ASSERT().
444 @param WriteBuffer Pointer to the buffer of bytes to write to the SMBUS.
456 IN VOID *WriteBuffer,
463 ASSERT (WriteBuffer != NULL);
473 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
SmbusLib.c 428 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);
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
SmbusLib.c 540 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);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
SmbusLib.c 533 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);
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 199 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
204 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_ContentPipe.h 182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_ContentPipe.h 182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);

Completed in 619 milliseconds

1 2