Lines Matching full:chips
256 * @chip: read the table for a specific chip, -1 read all chips; applies only if
259 * Read the bad block table for all chips starting at a given page. We assume
377 * read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips starting at a given page
383 * Read the bad block table(s) for all chips starting at a given page. We
446 * @chip: create the table for a specific chip, -1 read all chips; applies only
473 pr_warn("create_bbt(): chipnr (%d) > available chips (%d)\n", in create_bbt()
525 int i, chips; in search_bbt() local
542 chips = this->numchips; in search_bbt()
546 chips = 1; in search_bbt()
550 for (i = 0; i < chips; i++) { in search_bbt()
574 for (i = 0; i < chips; i++) { in search_bbt()
652 /* Loop through the chips */ in write_bbt()
838 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
846 chips = this->numchips; in check_create()
848 chips = 1; in check_create()
850 for (i = 0; i < chips; i++) { in check_create()
964 int i, j, chips, block, nrblocks, update; in mark_bbt_region() local
969 chips = this->numchips; in mark_bbt_region()
972 chips = 1; in mark_bbt_region()
976 for (i = 0; i < chips; i++) { in mark_bbt_region()