Searched refs:max_block_size (Results 1 – 3 of 3) sorted by relevance
865 ulg max_block_size = 0xffff; in deflate_stored() local868 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()869 max_block_size = s->pending_buf_size - 5; in deflate_stored()891 max_start = s->block_start + max_block_size; in deflate_stored()
269 unsigned int max_block_size; member679 ctrl->max_block_size = 2 * 1024 * 1024; in brcmnand_revision_init()707 ctrl->max_block_size = 512 * 1024; in brcmnand_revision_init()2507 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()2508 cfg->block_size > ctrl->max_block_size)) { in brcmnand_set_cfg()
455 u32 max_block_size; member