Home
last modified time | relevance | path

Searched refs:max_block_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object_blt.c34 const u32 max_block_size = S16_MAX * PAGE_SIZE; in igt_fill_blt() local
36 u32 phys_sz = sz % (max_block_size + 1); in igt_fill_blt()
119 const u32 max_block_size = S16_MAX * PAGE_SIZE; in igt_copy_blt() local
121 u32 phys_sz = sz % (max_block_size + 1); in igt_copy_blt()
Di915_gem_client_blt.c28 const u32 max_block_size = S16_MAX * PAGE_SIZE; in igt_client_fill() local
30 u32 phys_sz = sz % (max_block_size + 1); in igt_client_fill()
/Linux-v5.4/lib/zlib_deflate/
Ddeflate.c861 ulg max_block_size = 0xffff; in deflate_stored() local
864 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()
865 max_block_size = s->pending_buf_size - 5; in deflate_stored()
887 max_start = s->block_start + max_block_size; in deflate_stored()
/Linux-v5.4/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c195 unsigned int max_block_size; member
549 ctrl->max_block_size = 2 * 1024 * 1024; in brcmnand_revision_init()
559 ctrl->max_block_size = 512 * 1024; in brcmnand_revision_init()
2102 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()
2103 cfg->block_size > ctrl->max_block_size)) { in brcmnand_set_cfg()
/Linux-v5.4/include/acpi/
Dactbl1.h367 u32 max_block_size; member