Searched refs:max_chips (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dgen_probe.c65 int max_chips; local
108 max_chips = map->size >> cfi.chipshift;
109 if (!max_chips) {
111 max_chips = 1;
114 mapsize = sizeof(long) * DIV_ROUND_UP(max_chips, BITS_PER_LONG);
130 for (i = 1; i < max_chips; i++) {
151 for (i = 0, j = 0; (j < cfi.numchips) && (i < max_chips); i++) {
171 int max_chips = map_bankwidth(map); /* And minimum 1 */ local
174 for (nr_chips = max_chips; nr_chips >= min_chips; nr_chips >>= 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Donenand.h25 extern int onenand_scan(struct mtd_info *mtd, int max_chips);
H A Dnand.h30 extern int nand_scan (struct mtd_info *mtd, int max_chips);
33 extern int nand_scan_ident(struct mtd_info *mtd, int max_chips,

Completed in 68 milliseconds