Searched refs:imageLength (Results 1 – 2 of 2) sorted by relevance
477 unsigned char imageLength[HPMFWUPG_IMAGE_SIZE_BYTE_COUNT]; member
1315 finishCmd.req.imageLength[0] = totalSent & 0xFF; in HpmFwupgActionUploadFirmware()1316 finishCmd.req.imageLength[1] = (totalSent >> 8) & 0xFF; in HpmFwupgActionUploadFirmware()1317 finishCmd.req.imageLength[2] = (totalSent >> 16) & 0xFF; in HpmFwupgActionUploadFirmware()1318 finishCmd.req.imageLength[3] = (totalSent >> 24) & 0xFF; in HpmFwupgActionUploadFirmware()