Searched refs:BRCMNAND_MIN_PAGESIZE (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c100 #define BRCMNAND_MIN_PAGESIZE 512 macro
2193 page_size = ffs(cfg->page_size) - ffs(BRCMNAND_MIN_PAGESIZE);
2196 if (cfg->page_size < BRCMNAND_MIN_PAGESIZE || (ctrl->max_page_size &&

Completed in 34 milliseconds