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

/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c101 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro
2169 block_size = ffs(cfg->block_size) - ffs(BRCMNAND_MIN_BLOCKSIZE);
2172 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size &&

Completed in 36 milliseconds