Lines Matching refs:chips
530 int i, chips; in search_bbt() local
547 chips = this->numchips; in search_bbt()
551 chips = 1; in search_bbt()
555 for (i = 0; i < chips; i++) { in search_bbt()
579 for (i = 0; i < chips; i++) { in search_bbt()
843 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
851 chips = this->numchips; in check_create()
853 chips = 1; in check_create()
855 for (i = 0; i < chips; i++) { in check_create()
969 int i, j, chips, block, nrblocks, update; in mark_bbt_region() local
974 chips = this->numchips; in mark_bbt_region()
977 chips = 1; in mark_bbt_region()
981 for (i = 0; i < chips; i++) { in mark_bbt_region()