Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/brcmnand/
Dbrcmnand.c101 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro
1737 block_size = ffs(cfg->block_size) - ffs(BRCMNAND_MIN_BLOCKSIZE); in brcmnand_set_cfg()
1740 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()