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