Lines Matching defs:from
11 * from Ramix Inc. The PMC551 is a PMC Mezzanine module for
132 static int pmc551_point(struct mtd_info *mtd, loff_t from, size_t len,
189 static int pmc551_point(struct mtd_info *mtd, loff_t from, size_t len,
197 printk(KERN_DEBUG "pmc551_point(%ld, %ld)\n", (long)from, (long)len);
200 soff_hi = from & ~(priv->asize - 1);
201 soff_lo = from & (priv->asize - 1);
204 if (priv->curr_map0 != from) {
215 static int pmc551_unpoint(struct mtd_info *mtd, loff_t from, size_t len)
223 static int pmc551_read(struct mtd_info *mtd, loff_t from, size_t len,
235 (long)from, (long)len, (long)priv->asize);
238 end = from + len - 1;
239 soff_hi = from & ~(priv->asize - 1);
243 pmc551_point(mtd, from, len, retlen, (void **)&ptr, NULL);
479 * The loop is taken directly from Ramix's example code. I assume that
793 printk(KERN_NOTICE "Mapped %dMiB of memory from 0x%p to 0x%p\n",