Lines Matching defs:from
95 /* data structure to maintain flash ids from different vendors */
350 * get_flash_index - match chip id from a flash list.
351 * @flash_id: a valid nor flash chip id obtained from board.
353 * try to validate the chip id by matching from a list, if not found then simply
536 * @from: Address from which to start read
541 * Read an address range from the flash chip. The address range
545 static int spear_mtd_read(struct mtd_info *mtd, loff_t from, size_t len,
563 src = flash->base_addr + from;
597 * only. Its structure is inspired from the ARM implementation of _memcpy_toio()
605 const unsigned char *from = src;
609 writeb(*from, dest);
610 from++;
667 * @buf: Buffer from which the data to be taken.
818 /* Read base-addr and size from DT */