Searched refs:chipsel (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bbt.c599 * @chipsel: selector for a specific chip, -1 for all
606 int chipsel)
630 if (chipsel == -1) {
633 nrchips = chipsel + 1;
634 chip = chipsel;
823 int i, chips, writeops, chipsel, res; local
840 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1;
895 create_bbt(mtd, buf, bd, chipsel);
903 read_abs_bbt(mtd, buf, rd, chipsel);
906 read_abs_bbt(mtd, buf, rd2, chipsel);
604 write_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel) argument
1069 int chip, chipsel; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddevices-tnetv107x.c260 static int __init nand_init(int chipsel, struct davinci_nand_pdata *data) argument
271 if (range >= emif_window_sizes[chipsel])
279 pdev->id = chipsel;
284 res[0].start = emif_windows[chipsel];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c634 * @chipsel: selector for a specific chip, -1 for all
640 struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel)
664 if (chipsel == -1) {
667 nrchips = chipsel + 1;
668 chip = chipsel;
857 int i, chips, writeops, chipsel, res; local
874 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1;
929 brcmnand_create_bbt(mtd, buf, bd, chipsel);
937 brcmnand_read_abs_bbt(mtd, buf, rd, chipsel);
940 brcmnand_read_abs_bbt(mtd, buf, rd2, chipsel);
639 brcmnand_write_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel) argument
1105 int chip, chipsel; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_bbt.c634 * @chipsel: selector for a specific chip, -1 for all
640 struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel)
664 if (chipsel == -1) {
667 nrchips = chipsel + 1;
668 chip = chipsel;
857 int i, chips, writeops, chipsel, res; local
874 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1;
929 brcmnand_create_bbt(mtd, buf, bd, chipsel);
937 brcmnand_read_abs_bbt(mtd, buf, rd, chipsel);
940 brcmnand_read_abs_bbt(mtd, buf, rd2, chipsel);
639 brcmnand_write_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel) argument
1105 int chip, chipsel; local
[all...]

Completed in 43 milliseconds