Lines Matching refs:chipsel
714 int chipsel) in write_bbt() argument
739 if (chipsel == -1) { in write_bbt()
742 nrchips = chipsel + 1; in write_bbt()
743 chip = chipsel; in write_bbt()
920 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
938 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create()
977 create_bbt(this, buf, bd, chipsel); in check_create()
986 res = read_abs_bbt(this, buf, rd, chipsel); in check_create()
997 res2 = read_abs_bbt(this, buf, rd2, chipsel); in check_create()
1019 res = write_bbt(this, buf, td, md, chipsel); in check_create()
1026 res = write_bbt(this, buf, md, td, chipsel); in check_create()
1045 int chip, chipsel; in nand_update_bbt() local
1063 chipsel = chip; in nand_update_bbt()
1066 chipsel = -1; in nand_update_bbt()
1075 res = write_bbt(this, buf, td, md, chipsel); in nand_update_bbt()
1081 res = write_bbt(this, buf, md, td, chipsel); in nand_update_bbt()