Searched refs:patch_num (Results 1 – 1 of 1) sorted by relevance
1544 int patch_num = epatch_info->number_of_total_patch; in get_fw_patch_entry() local1551 for (i = 0; i < patch_num; i++) { in get_fw_patch_entry()1559 p_entry->patch_length = *(uint16_t *)(epatch_buf + 14 + 2*patch_num + 2*i); in get_fw_patch_entry()1560 p_entry->start_offset = *(uint32_t *)(epatch_buf + 14 + 4*patch_num + 4*i); in get_fw_patch_entry()