Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c180 if (nand_chip.numchips) in nand_init()
189 nand_chip.numchips = 1; in nand_init()
194 nand_chip.numchips = 0; /* If fail, don't use nand */ in nand_init()
216 if (!chip->numchips) in nand_spl_load_image()
H A Dnand_bbt.c269 for (i = 0; i < this->numchips; i++) { in read_abs_bbt()
472 if (chip >= this->numchips) { in create_bbt()
474 chip + 1, this->numchips); in create_bbt()
542 chips = this->numchips; in search_bbt()
642 nrchips = this->numchips; in write_bbt()
846 chips = this->numchips; in check_create()
969 chips = this->numchips; in mark_bbt_region()
H A Dnand_base.c4023 chip->numchips = i; in nand_scan_ident()
/openbmc/u-boot/include/linux/mtd/
H A Ddoc2000.h187 int numchips; member
H A Drawnand.h922 int numchips; member
/openbmc/u-boot/cmd/
H A Dnand.c296 if (chip->numchips > 1) in nand_print_and_set_info()
297 printf("%dx ", chip->numchips); in nand_print_and_set_info()