Searched refs:WriteLength (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/ |
D | PlatformHelperLib.c | 249 UINTN WriteLength; in Pcal9555GetPortRegBit() local 278 WriteLength = 1; in Pcal9555GetPortRegBit() 283 &WriteLength, in Pcal9555GetPortRegBit() 305 UINTN WriteLength; in Pcal9555SetPortRegBit() local 334 WriteLength = 1; in Pcal9555SetPortRegBit() 339 &WriteLength, in Pcal9555SetPortRegBit() 357 WriteLength = 2; in Pcal9555SetPortRegBit() 362 &WriteLength, in Pcal9555SetPortRegBit()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/ |
D | I2cLib.c | 647 IN UINTN WriteLength, in ReadMultipleByte() argument 658 if (WriteLength > I2C_FIFO_SIZE || ReadLength > I2C_FIFO_SIZE) { in ReadMultipleByte() 682 for (Index = 0; Index < WriteLength; Index++) { in ReadMultipleByte() 975 IN UINTN *WriteLength, in I2cReadMultipleByte() argument 985 if (Buffer == NULL || WriteLength == NULL || ReadLength == NULL) { in I2cReadMultipleByte() 998 Status = ReadMultipleByte (I2CAddress, Buffer, (*WriteLength), (*ReadLength)); in I2cReadMultipleByte()
|
D | CommonHeader.h | 216 IN UINTN WriteLength,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/ |
D | TisPc.c | 112 UINTN WriteLength; in ReadTpmBufferMultiple() local 117 WriteLength = 0; in ReadTpmBufferMultiple() 129 &WriteLength, in ReadTpmBufferMultiple()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/ |
D | TisPc.c | 134 UINTN WriteLength; in TpmWriteByte() local 154 WriteLength = 2; in TpmWriteByte() 161 &WriteLength, in TpmWriteByte()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/Library/ |
D | I2cLib.h | 153 IN UINTN *WriteLength,
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
D | FwBlockService.c | 878 UINTN WriteLength; in InitializeVariableFvHeader() local 928 WriteLength = GoodFwVolHeader->HeaderLength; in InitializeVariableFvHeader() 932 &WriteLength, in InitializeVariableFvHeader() 935 ASSERT (WriteLength == GoodFwVolHeader->HeaderLength); in InitializeVariableFvHeader()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/ |
D | FaultTolerantWrite.c | 340 UINTN WriteLength; in FtwWrite() local 420 WriteLength = NumberOfWriteBlocks * BlockSize; in FtwWrite() 425 if (WriteLength > FtwDevice->SpareAreaLength) { in FtwWrite() 470 MyBufferSize = WriteLength; in FtwWrite()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/ |
D | FwVolWrite.c | 676 UINTN WriteLength; in FvcWrite() local 701 WriteLength = RemainingLength; in FvcWrite() 709 &WriteLength, in FvcWrite() 719 TmpBuffer += WriteLength; in FvcWrite() 720 RemainingLength -= WriteLength; in FvcWrite() 721 WriteLength = (UINTN) RemainingLength; in FvcWrite()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 2678 INT8 WriteLength, 2695 WriteLength - write the field length byte out 2821 if (WriteLength) { 2858 if (WriteLength) { 2866 if (WriteLength) { 2874 if (WriteLength) { 2891 if (WriteLength) { 2899 if (WriteLength) { 2907 if (WriteLength) {
|