Searched refs:max_block_size (Results 1 – 3 of 3) sorted by relevance
163 u32 offset, max_block_size, max_lpl_len; in cmis_fw_update_write_image_lpl() local170 max_block_size = in cmis_fw_update_write_image_lpl()174 for (offset = start; offset < image_size; offset += max_block_size) { in cmis_fw_update_write_image_lpl()185 block_size = min_t(u32, max_block_size, image_size - offset); in cmis_fw_update_write_image_lpl()
872 ulg max_block_size = 0xffff; in deflate_stored() local875 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()876 max_block_size = s->pending_buf_size - 5; in deflate_stored()898 max_start = s->block_start + max_block_size; in deflate_stored()
657 u32 max_block_size; member