Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c62 #define FW_BOOT_LENGTH 0x800 // 2K macro
898 …_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 …_total_len < (FW_HEAD_LENGTH + FW_SECTION_LENGTH*4+FW_DSP_ISP_LENGTH+FW_DSP_LENGTH+FW_BOOT_LENGTH)) in gup_check_update_file()
1657 fw_boot = kzalloc(FW_BOOT_LENGTH, GFP_KERNEL); in gup_burn_fw_boot()
1664 GTP_DEBUG("[burn_fw_boot]Alloc %dk byte memory success.", (FW_BOOT_LENGTH/1024)); in gup_burn_fw_boot()
1677 …ret = gup_load_section_file(fw_boot, (4 * FW_SECTION_LENGTH + FW_DSP_LENGTH), FW_BOOT_LENGTH, SEEK… in gup_burn_fw_boot()
1728 ret = gup_burn_proc(client, fw_boot, 0x9000, FW_BOOT_LENGTH); in gup_burn_fw_boot()
1757 ret = gup_recall_check(client, fw_boot, 0x9000, FW_BOOT_LENGTH); in gup_burn_fw_boot()
1764 update_msg.fw_burned_len += FW_BOOT_LENGTH; in gup_burn_fw_boot()