Lines Matching refs:chipsel
713 int chipsel) in write_bbt() argument
737 if (chipsel == -1) { in write_bbt()
740 nrchips = chipsel + 1; in write_bbt()
741 chip = chipsel; in write_bbt()
916 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
935 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create()
974 create_bbt(mtd, buf, bd, chipsel); in check_create()
983 res = read_abs_bbt(mtd, buf, rd, chipsel); in check_create()
994 res2 = read_abs_bbt(mtd, buf, rd2, chipsel); in check_create()
1016 res = write_bbt(mtd, buf, td, md, chipsel); in check_create()
1023 res = write_bbt(mtd, buf, md, td, chipsel); in check_create()
1228 int chip, chipsel; in nand_update_bbt() local
1246 chipsel = chip; in nand_update_bbt()
1249 chipsel = -1; in nand_update_bbt()
1258 res = write_bbt(mtd, buf, td, md, chipsel); in nand_update_bbt()
1264 res = write_bbt(mtd, buf, md, td, chipsel); in nand_update_bbt()