Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py52 max_block_size = 4 * 1024
53 if bsize > max_block_size:
54 bsize = max_block_size
/openbmc/u-boot/lib/
H A Dlz4_wrapper.c45 u8 max_block_size:3; member
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c872 ulg max_block_size = 0xffff; in deflate_stored() local
875 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()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c1467 ulg max_block_size = 0xffff; local
1470 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;
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c269 unsigned int max_block_size; member
708 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()
/openbmc/linux/include/acpi/
H A Dactbl1.h650 u32 max_block_size; member