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
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;
582 for (i = 0; i < chips; i++) {
610 for (i = 0; i < chips; i++) {
783 /* Loop through the chips */
953 int i, chips, writeops, create, chipsel, res, res2;
960 chips = nanddev_ntargets(&this->base);
962 chips = 1;
964 for (i = 0; i < chips; i++) {
1134 int i, j, chips, block, nrblocks, update;
1139 chips = nanddev_ntargets(&this->base);
1142 chips = 1;
1146 for (i = 0; i < chips; i++) {