Searched refs:BRCMNAND_MIN_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
89 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro2003 block_size = ffs(cfg->block_size) - ffs(BRCMNAND_MIN_BLOCKSIZE); in brcmnand_set_cfg()2006 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()
98 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro2426 block_size = ffs(cfg->block_size) - ffs(BRCMNAND_MIN_BLOCKSIZE); in brcmnand_set_cfg()2429 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()