Searched refs:max_block_size (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | flash.c | 337 size_t max_block_size, block_size, sector_size; in zl3073x_flash_sectors() local 349 max_block_size = ALIGN_DOWN(ZL_FLASH_MAX_BLOCK_SIZE, sector_size); in zl3073x_flash_sectors() 354 block_size = min_t(size_t, max_block_size, end - ptr); in zl3073x_flash_sectors() 359 if (max_block_size < size) in zl3073x_flash_sectors() 361 component, (ptr - data) / max_block_size + 1); in zl3073x_flash_sectors()
|
| /linux/net/ethtool/ |
| H A D | cmis_fw_update.c | 164 u32 offset, max_block_size, max_lpl_len; in cmis_fw_update_write_image_lpl() local 171 max_block_size = in cmis_fw_update_write_image_lpl() 175 for (offset = start; offset < image_size; offset += max_block_size) { in cmis_fw_update_write_image_lpl() 186 block_size = min_t(u32, max_block_size, image_size - offset); in cmis_fw_update_write_image_lpl()
|
| /linux/lib/zlib_deflate/ |
| H A D | deflate.c | 868 ulg max_block_size = 0xffff; in deflate_stored() local 871 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored() 872 max_block_size = s->pending_buf_size - 5; in deflate_stored() 894 max_start = s->block_start + max_block_size; in deflate_stored()
|
| /linux/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 301 unsigned int max_block_size; member 746 ctrl->max_block_size = 2 * 1024 * 1024; in brcmnand_revision_init() 774 ctrl->max_block_size = 512 * 1024; in brcmnand_revision_init() 2783 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg() 2784 cfg->block_size > ctrl->max_block_size)) { in brcmnand_set_cfg()
|
| /linux/include/acpi/ |
| H A D | actbl1.h | 666 u32 max_block_size; member
|