Searched refs:max_block_size (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/x86/cpu/tangier/
H A Dacpi.c105 si->max_block_size = 0x1ffff;
/u-boot/lib/zlib/
H A Ddeflate.c1495 ulg max_block_size = 0xffff; local
1498 if (max_block_size > s->pending_buf_size - 5) {
1499 max_block_size = s->pending_buf_size - 5;
1521 max_start = s->block_start + max_block_size;
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c216 unsigned int max_block_size; member in struct:brcmnand_controller
614 ctrl->max_block_size = 2 * 1024 * 1024;
642 ctrl->max_block_size = 512 * 1024;
2172 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size &&
2173 cfg->block_size > ctrl->max_block_size)) {
/u-boot/include/acpi/
H A Dacpi_table.h521 u32 max_block_size; member in struct:acpi_csrt_shared_info

Completed in 303 milliseconds