Searched refs:max_block_size (Results 1 – 6 of 6) sorted by relevance
52 max_block_size = 4 * 102453 if bsize > max_block_size:54 bsize = max_block_size
45 u8 max_block_size:3; member
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()
1467 ulg max_block_size = 0xffff; local1470 if (max_block_size > s->pending_buf_size - 5) {1471 max_block_size = s->pending_buf_size - 5;1493 max_start = s->block_start + max_block_size;
269 unsigned int max_block_size; member708 ctrl->max_block_size = 2 * 1024 * 1024; in brcmnand_revision_init()736 ctrl->max_block_size = 512 * 1024; in brcmnand_revision_init()2553 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()2554 cfg->block_size > ctrl->max_block_size)) { in brcmnand_set_cfg()
650 u32 max_block_size; member