Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c89 #define BRCMNAND_MIN_BLOCKSIZE (8 * 1024) macro
2003 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()