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

/u-boot/include/configs/
H A Dkmcoge5ne.h11 #define NAND_MAX_CHIPS 1 macro
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c295 #ifndef NAND_MAX_CHIPS
296 # define NAND_MAX_CHIPS 8 /** Linux compatibility */ macro
1230 if (tn->selected_chip < 0 || tn->selected_chip >= NAND_MAX_CHIPS) {
1941 if (chip->cs >= NAND_MAX_CHIPS) {
2006 if (nr_chips > NAND_MAX_CHIPS) {

Completed in 43 milliseconds