Searched refs:chipsel (Results 1 – 1 of 1) sorted by relevance
/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 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() [all …]
|