Searched refs:BRCMNAND_MIN_DEVSIZE (Results 1 – 1 of 1) sorted by relevance
103 #define BRCMNAND_MIN_DEVSIZE (4ULL * 1024 * 1024) macro 2815 if (fls64(cfg->device_size) < fls64(BRCMNAND_MIN_DEVSIZE)) { in brcmnand_set_cfg() 2820 device_size = fls64(cfg->device_size) - fls64(BRCMNAND_MIN_DEVSIZE); in brcmnand_set_cfg()