Lines Matching refs:chipsel
747 int chipsel) in write_bbt() argument
772 if (chipsel == -1) { in write_bbt()
775 nrchips = chipsel + 1; in write_bbt()
776 chip = chipsel; in write_bbt()
953 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
971 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create()
1010 create_bbt(this, buf, bd, chipsel); in check_create()
1019 res = read_abs_bbt(this, buf, rd, chipsel); in check_create()
1030 res2 = read_abs_bbt(this, buf, rd2, chipsel); in check_create()
1052 res = write_bbt(this, buf, td, md, chipsel); in check_create()
1059 res = write_bbt(this, buf, md, td, chipsel); in check_create()
1078 int chip, chipsel; in nand_update_bbt() local
1096 chipsel = chip; in nand_update_bbt()
1099 chipsel = -1; in nand_update_bbt()
1108 res = write_bbt(this, buf, td, md, chipsel); in nand_update_bbt()
1114 res = write_bbt(this, buf, md, td, chipsel); in nand_update_bbt()