Searched refs:chipsel (Results 1 – 2 of 2) sorted by relevance
/drivers/mtd/nand/ |
D | nand_bbt.c | 654 int chipsel) in write_bbt() argument 678 if (chipsel == -1) { in write_bbt() 681 nrchips = chipsel + 1; in write_bbt() 682 chip = chipsel; in write_bbt() 885 int i, chips, writeops, create, chipsel, res, res2; in check_create() local 904 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create() 943 create_bbt(mtd, buf, bd, chipsel); in check_create() 952 res = read_abs_bbt(mtd, buf, rd, chipsel); in check_create() 963 res2 = read_abs_bbt(mtd, buf, rd2, chipsel); in check_create() 985 res = write_bbt(mtd, buf, td, md, chipsel); in check_create() [all …]
|
/drivers/mtd/maps/ |
D | latch-addr-flash.c | 135 int chipsel; in latch_addr_flash_probe() local 146 chipsel = dev->id; in latch_addr_flash_probe() 149 err = latch_addr_data->init(latch_addr_data->data, chipsel); in latch_addr_flash_probe()
|