Searched refs:FW_SECTION_LENGTH (Results 1 – 1 of 1) sorted by relevance
59 #define FW_SECTION_LENGTH 0x2000 // 8K macro63 #define FW_SS51_LENGTH (4 * FW_SECTION_LENGTH) // 32K66 #define FW_GWAKE_LENGTH (4 * FW_SECTION_LENGTH) // 32k898 …if (sizeof(gtp_default_FW) < (FW_HEAD_LENGTH+FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGTH+F… in gup_check_update_file()959 …if (update_msg.fw_total_len < (FW_HEAD_LENGTH + FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGT… in gup_check_update_file()1187 ret = gup_burn_proc(client, fw_section, start_addr, FW_SECTION_LENGTH); in gup_burn_fw_section()1240 ret = gup_recall_check(client, fw_section, start_addr, FW_SECTION_LENGTH); in gup_burn_fw_section()1243 GTP_ERROR("[burn_fw_section]recall check %dk firmware fail.", FW_SECTION_LENGTH/1024); in gup_burn_fw_section()1403 fw_ss51 = kzalloc(FW_SECTION_LENGTH, GFP_KERNEL); in gup_burn_fw_ss51()1410 GTP_DEBUG("[burn_fw_ss51]Alloc %dk byte memory success.", (FW_SECTION_LENGTH / 1024)); in gup_burn_fw_ss51()[all …]