Home
last modified time | relevance | path

Searched refs:FW_DSP_LENGTH (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c61 #define FW_DSP_LENGTH 0x1000 // 4K macro
898 …p_default_FW) < (FW_HEAD_LENGTH+FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGTH+FW_BOOT_LENGTH… in gup_check_update_file()
959 …w_total_len < (FW_HEAD_LENGTH + FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGTH+FW_BOOT_LENGTH… in gup_check_update_file()
1528 fw_dsp = kzalloc(FW_DSP_LENGTH, GFP_KERNEL); in gup_burn_fw_dsp()
1548 ret = gup_load_section_file(fw_dsp, 4 * FW_SECTION_LENGTH, FW_DSP_LENGTH, SEEK_SET); in gup_burn_fw_dsp()
1599 ret = gup_burn_proc(client, fw_dsp, 0x9000, FW_DSP_LENGTH); in gup_burn_fw_dsp()
1628 ret = gup_recall_check(client, fw_dsp, 0x9000, FW_DSP_LENGTH); in gup_burn_fw_dsp()
1635 update_msg.fw_burned_len += FW_DSP_LENGTH; in gup_burn_fw_dsp()
1677 …ret = gup_load_section_file(fw_boot, (4 * FW_SECTION_LENGTH + FW_DSP_LENGTH), FW_BOOT_LENGTH, SEEK… in gup_burn_fw_boot()
3167 …ret = gup_burn_fw_proc(client, 0xC000, 2 * FW_DOWNLOAD_LENGTH, FW_DSP_LENGTH); // write the second… in gup_download_fw_dsp()
[all …]