• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/drivers/

Lines Matching defs:to

10  * tells us what other partitions to define. If there isn't, we use a default
18 * Corrected typo (Thanks to Milton Miller <miltonm@bga.com>).
30 * Added arch/ to v10 specific includes
46 * Cosmetic change to printouts.
52 * * New approach to probing. Probe cse0 and cse1 separately and (mtd)concat
56 * instead. (The old approach made it impossible to use mtdram for anything
84 * Always read from uncached address to avoid problems with flushing
95 * Entire MTD updated to the linux 2.4.7 version.
101 * Changed sizes and offsets in axis_default_partitions to use
108 * Gave names to the magic fours (size of the ptable end marker).
112 * * Variable ptable was initialized twice to the same value.
115 * Updated according to review remarks
118 * No need to waste .data
124 * Uncached flash in LOW_MAP moved from 0xe to 0x8
188 static void flash_copy_from(struct map_info *map, void *to,
191 memcpy(to, (void *)(map->map_priv_1 + from), len);
203 * accesses to we only use the uncached version here.
246 * size of one flash block and "filesystem"-partition needs 5 blocks to be able
247 * to use JFFS.
332 * both cse0 and cse1, the mtd_info structs will be concatenated to one struct
335 * The only known restriction to how you can mount your chips is that each
337 * to do that anyway and you can put totally different chips on cse0 and cse1
359 * could try to figure out if the chips in cse0 and cse1 are
368 printk(KERN_ERR "%s and %s: Cannot concatenate due to kernel "
376 /* The best we can do now is to only use what we found
404 /* There's no reason to use this module if no flash chip can
420 pidx++; /* First partition is always set to the default. */
515 /* No use trying to boot this kernel from RAM. Panic! */
517 "device due to kernel (mis)configuration!\n");
544 /* This adds the above to the kernels init-call chain. */