Lines Matching refs:chips
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()
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()