Lines Matching refs:chipsel
620 int chipsel) in write_bbt() argument
644 if (chipsel == -1) { in write_bbt()
647 nrchips = chipsel + 1; in write_bbt()
648 chip = chipsel; in write_bbt()
841 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
860 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create()
899 create_bbt(mtd, buf, bd, chipsel); in check_create()
908 res = read_abs_bbt(mtd, buf, rd, chipsel); in check_create()
919 res2 = read_abs_bbt(mtd, buf, rd2, chipsel); in check_create()
941 res = write_bbt(mtd, buf, td, md, chipsel); in check_create()
948 res = write_bbt(mtd, buf, md, td, chipsel); in check_create()
1153 int chip, chipsel; in nand_update_bbt() local
1171 chipsel = chip; in nand_update_bbt()
1174 chipsel = -1; in nand_update_bbt()
1183 res = write_bbt(mtd, buf, td, md, chipsel); in nand_update_bbt()
1189 res = write_bbt(mtd, buf, md, td, chipsel); in nand_update_bbt()