Searched refs:ReadBytes (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/ |
D | I2CLibPei.c | 430 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()
|
D | I2CLibPei.h | 215 IN UINTN ReadBytes, 261 IN UINTN ReadBytes,
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLib/ |
D | I2CLib.c | 55 IN UINTN ReadBytes, in ByteReadI2C()
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/ |
D | I2CLib.h | 146 IN UINTN ReadBytes, 164 IN UINTN ReadBytes,
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/ |
D | I2CLib.h | 40 IN UINTN ReadBytes,
|
/device/google/cuttlefish_common/common/vsoc/lib/ |
D | circqueue_test.cpp | 52 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/ |
D | I2CLib.c | 493 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/ |
D | I2cMasterMcg.h | 352 UINT32 ReadBytes;
|