Lines Matching defs:chips
253 * @chip: read the table for a specific chip, -1 read all chips; applies only if
256 * Read the bad block table for all chips starting at a given page. We assume
380 * read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips starting at a given page
386 * Read the bad block table(s) for all chips starting at a given page. We
484 * @chip: create the table for a specific chip, -1 read all chips; applies only
506 pr_warn("create_bbt(): chipnr (%d) > available chips (%d)\n",
557 int i, chips;
574 chips = nanddev_ntargets(&this->base);
578 chips = 1;
581 for (i = 0; i < chips; i++) {
609 for (i = 0; i < chips; i++) {
782 /* Loop through the chips */
952 int i, chips, writeops, create, chipsel, res, res2;
959 chips = nanddev_ntargets(&this->base);
961 chips = 1;
963 for (i = 0; i < chips; i++) {
1133 int i, j, chips, block, nrblocks, update;
1138 chips = nanddev_ntargets(&this->base);
1141 chips = 1;
1145 for (i = 0; i < chips; i++) {