Searched refs:BRCMNAND_MIN_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
100 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro2566 block_size = ffs(cfg->block_size) - ffs(BRCMNAND_MIN_BLOCKSIZE); in brcmnand_set_cfg()2569 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()