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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dbf5xx_nand.c378 static void bf5xx_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) function
411 bf5xx_nand_read_buf(mtd, &val, 1);
552 bf5xx_nand_read_buf(mtd, buf, len);
572 bf5xx_nand_read_buf(mtd, buf, mtd->writesize);
573 bf5xx_nand_read_buf(mtd, chip->oob_poi, mtd->oobsize);
782 bf5xx_nand_read_buf16 : bf5xx_nand_read_buf;

Completed in 114 milliseconds