Searched refs:CYAPA_TSG_FW_ROW_SIZE (Results 1 – 1 of 1) sorted by relevance
29 #define CYAPA_TSG_FW_ROW_SIZE (CYAPA_TSG_FLASH_MAP_BLOCK_SIZE) macro248 u8 record_data[CYAPA_TSG_FW_ROW_SIZE];1290 if (fw_app_start % CYAPA_TSG_FW_ROW_SIZE || in cyapa_pip_check_fw()1291 fw_app_len % CYAPA_TSG_FW_ROW_SIZE || in cyapa_pip_check_fw()1292 fw_upgrade_start % CYAPA_TSG_FW_ROW_SIZE || in cyapa_pip_check_fw()1293 fw_upgrade_len % CYAPA_TSG_FW_ROW_SIZE) { in cyapa_pip_check_fw()1300 for (i = 0; i < fw_app_len / CYAPA_TSG_FW_ROW_SIZE; i++) { in cyapa_pip_check_fw()1303 app_crc = crc_itu_t(app_crc, data, CYAPA_TSG_FW_ROW_SIZE); in cyapa_pip_check_fw()