Searched refs:GT1X_LOAD_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
1402 #define GT1X_LOAD_PACKET_SIZE (1024 * 2) macro1432 …len = patch_size - loaded_length > GT1X_LOAD_PACKET_SIZE ? GT1X_LOAD_PACKET_SIZE : patch_size - lo… in gt1x_load_patch()