Searched refs:FL_PACK_SIZE (Results 1 – 1 of 1) sorted by relevance
2530 #define FL_PACK_SIZE 1024 macro2531 #define GUP_FW_CHK_SIZE FL_PACK_SIZE //FL_PACK_SIZE2573 u8 i2c_opr_buf[GTP_ADDR_LENGTH + FL_PACK_SIZE] = {0};2574 u8 chk_cmp_buf[FL_PACK_SIZE] = {0};2631 if (len > FL_PACK_SIZE) in i2c_write_bytes()2633 write_bytes = FL_PACK_SIZE; in i2c_write_bytes()2672 if (len > FL_PACK_SIZE) in i2c_read_bytes()2674 read_bytes = FL_PACK_SIZE; in i2c_read_bytes()