Searched refs:PACK_SIZE (Results 1 – 2 of 2) sorted by relevance
46 #define PACK_SIZE 256 macro940 u8 rd_buf[PACK_SIZE]; in gt1x_recall_check()946 len = (chk_length > PACK_SIZE ? PACK_SIZE : chk_length); in gt1x_recall_check()
68 #define PACK_SIZE 256 macro1011 u8 wr_buf[PACK_SIZE + GTP_ADDR_LENGTH]; in gup_burn_proc()1012 u8 rd_buf[PACK_SIZE + GTP_ADDR_LENGTH]; in gup_burn_proc()1019 …frame_length = ((total_length - burn_length) > PACK_SIZE) ? PACK_SIZE : (total_length - burn_lengt… in gup_burn_proc()1115 u8 rd_buf[PACK_SIZE + GTP_ADDR_LENGTH]; in gup_recall_check()1123 …frame_length = ((chk_length - recall_length) > PACK_SIZE) ? PACK_SIZE : (chk_length - recall_lengt… in gup_recall_check()