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

Lines Matching defs:to

62 		/* We have to do multiple writes to get all the data
171 /* We have to do multiple writes to get all the data
198 static int pmc551_write(struct mtd_info *mtd, loff_t to, size_t len,
210 (long)to, (long)len, (long)priv->asize);
213 end = to + len - 1;
218 "size: %ld, to: %ld)\n", (long)end, (long)mtd->size,
219 (long)to);
224 soff_hi = to & ~(priv->asize - 1);
226 soff_lo = to & (priv->asize - 1);
229 pmc551_point(mtd, to, len, retlen, &ptr);
237 /* We have to do multiple writes to get all the data
316 * redundancy is I am hoping to retain the original configuration
317 * previously assigned to the card by the BIOS or some previous
319 * then write all 1's to the memory space, read back the result into
418 * Check to make certain fast back-to-back, if not
428 * Check to make certain the DEVSEL is set correctly, this device
429 * has a tendancy to assert DEVSEL and TRDY when a write is performed
430 * to the memory when memory is read-only
437 * Set to be prefetchable and put everything back based on old cfg.
463 * Check to see the state of the memory
517 printk(KERN_DEBUG "pmc551: %sFast Back-to-Back\n",
522 "pmc551: System Control Register is %slocked to PCI access\n"
523 "pmc551: System Control Register is %slocked to EEPROM access\n",
539 * Stuff these outside the ifdef so as to not bust compiled in driver support
602 * device will DEVSEL when it is written to causing problems
613 * onboard I2C SROM to discover the "real" memory size.
641 printk(KERN_NOTICE "pmc551: reducing aperture size to "
656 printk(KERN_NOTICE "pmc551: Unable to map IO space\n");
662 printk(KERN_DEBUG "pmc551: setting aperture to %d\n",
674 printk(KERN_DEBUG "pmc551: aperture set to %d\n",
692 printk(KERN_NOTICE "pmc551: Failed to register new "
704 printk(KERN_NOTICE "Mapped %dM of memory from 0x%p to 0x%p\n",