Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c100 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro
2504 block_size = ffs(cfg->block_size) - ffs(BRCMNAND_MIN_BLOCKSIZE); in brcmnand_set_cfg()
2507 if (cfg->block_size < BRCMNAND_MIN_BLOCKSIZE || (ctrl->max_block_size && in brcmnand_set_cfg()