Searched refs:m_fwBlockCount (Results 1 – 2 of 2) sorted by relevance
43 int GetFirmwareSize() { return m_blockSize * m_fwBlockCount; } in GetFirmwareSize()67 unsigned short m_fwBlockCount; variable
184 rc = WriteBlocks(m_firmwareImage.GetFirmwareData(), m_fwBlockCount, in UpdateFirmware()288 m_fwBlockCount = extract_short(buf + RMI_F34_FW_BLOCKS_V1_OFFSET); in ReadF34Queries()299 m_fwBlockCount = extract_short(buf + RMI_F34_FW_BLOCKS_OFFSET); in ReadF34Queries()313 fprintf(stdout, "F34 fw blocks: %d\n", m_fwBlockCount); in ReadF34Queries()