Home
last modified time | relevance | path

Searched refs:ReadBytes (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
DI2CLibPei.c430 IN UINTN ReadBytes, in ByteReadI2CBasic() argument
451 ReceiveDataEnd = &ReadBuffer [ReadBytes]; in ByteReadI2CBasic()
452 if(ReadBytes) { in ByteReadI2CBasic()
604 IN UINTN ReadBytes, in ByteReadI2C() argument
612 Status = ByteReadI2CBasic(I2cControllerIndex, SlaveAddress, ReadBytes, ReadBuffer, TRUE, TRUE); in ByteReadI2C()
DI2CLibPei.h215 IN UINTN ReadBytes,
261 IN UINTN ReadBytes,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLib/
DI2CLib.c55 IN UINTN ReadBytes, in ByteReadI2C()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/
DI2CLib.h146 IN UINTN ReadBytes,
164 IN UINTN ReadBytes,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
DI2CLib.h40 IN UINTN ReadBytes,
/device/google/cuttlefish_common/common/vsoc/lib/
Dcircqueue_test.cpp52 intptr_t ReadBytes(CircQueueRegionView* region, int bytes) { in ReadBytes() function
146 EXPECT_EQ(num_bytes, ReadBytes(&this->region_, num_bytes)); in TEST_F()
154 std::thread reading_thread(ReadBytes, &this->region_, num_bytes); in TEST_F()
176 std::thread reading_thread(ReadBytes, &this->region_, num_bytes); in TEST_F()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
DI2CLib.c493 IN UINTN ReadBytes, in ByteReadI2CBasic() argument
510 ReceiveDataEnd = &ReadBuffer [ReadBytes]; in ByteReadI2CBasic()
511 if( ReadBytes ) { in ByteReadI2CBasic()
701 IN UINTN ReadBytes, in ByteReadI2C() argument
709 Status = ByteReadI2CBasic(I2cControllerIndex, SlaveAddress,ReadBytes,ReadBuffer,TRUE,TRUE); in ByteReadI2C()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
DI2cMasterMcg.h352 UINT32 ReadBytes;