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