Searched refs:BRCMNAND_MIN_DEVSIZE (Results 1 – 2 of 2) sorted by relevance
90 #define BRCMNAND_MIN_DEVSIZE (4ULL * 1024 * 1024) macro2036 if (fls64(cfg->device_size) < fls64(BRCMNAND_MIN_DEVSIZE)) { in brcmnand_set_cfg()2041 device_size = fls64(cfg->device_size) - fls64(BRCMNAND_MIN_DEVSIZE); in brcmnand_set_cfg()
99 #define BRCMNAND_MIN_DEVSIZE (4ULL * 1024 * 1024) macro2459 if (fls64(cfg->device_size) < fls64(BRCMNAND_MIN_DEVSIZE)) { in brcmnand_set_cfg()2464 device_size = fls64(cfg->device_size) - fls64(BRCMNAND_MIN_DEVSIZE); in brcmnand_set_cfg()