Lines Matching refs: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
455 * @chip: create the table for a specific chip, -1 read all chips; applies only
477 pr_warn("create_bbt(): chipnr (%d) > available chips (%d)\n",
528 int i, chips;
545 chips = nanddev_ntargets(&this->base);
549 chips = 1;
553 for (i = 0; i < chips; i++) {
577 for (i = 0; i < chips; i++) {
750 /* Loop through the chips */
920 int i, chips, writeops, create, chipsel, res, res2;
927 chips = nanddev_ntargets(&this->base);
929 chips = 1;
931 for (i = 0; i < chips; i++) {
1101 int i, j, chips, block, nrblocks, update;
1106 chips = nanddev_ntargets(&this->base);
1109 chips = 1;
1113 for (i = 0; i < chips; i++) {