Searched refs:DeviceBufferLength (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/TPS65950Dxe/
H A DTPS65950.c67 UINTN DeviceBufferLength = Length + 1; local
74 DeviceBuffer = (UINT8 *)AllocatePool(DeviceBufferLength);
85 Status = Smbus->Execute(Smbus, SlaveAddress, 0, EfiSmbusWriteBlock, FALSE, &DeviceBufferLength, DeviceBuffer);

Completed in 5 milliseconds