Searched refs:max_block_size (Results 1 – 7 of 7) sorted by relevance
28 u8 max_block_size:3; member
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()
32 const u32 max_block_size = S16_MAX * PAGE_SIZE; in __igt_client_fill() local34 u32 phys_sz = sz % (max_block_size + 1); in __igt_client_fill()
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;
143 unsigned int max_block_size; member500 ctrl->max_block_size = 2 * 1024 * 1024; in brcmnand_revision_init()510 ctrl->max_block_size = 512 * 1024; in brcmnand_revision_init()2006 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()2007 cfg->block_size > ctrl->max_block_size)) { in brcmnand_set_cfg()
262 unsigned int max_block_size; member658 ctrl->max_block_size = 2 * 1024 * 1024; in brcmnand_revision_init()686 ctrl->max_block_size = 512 * 1024; in brcmnand_revision_init()2429 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()2430 cfg->block_size > ctrl->max_block_size)) { in brcmnand_set_cfg()
367 u32 max_block_size; member