Searched refs:bf5xx_nand_read_buf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mtd/nand/ |
D | bf5xx_nand.c | 368 static void bf5xx_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in bf5xx_nand_read_buf() function 401 bf5xx_nand_read_buf(mtd, &val, 1); in bf5xx_nand_read_byte() 542 bf5xx_nand_read_buf(mtd, buf, len); in bf5xx_nand_dma_read_buf() 562 bf5xx_nand_read_buf(mtd, buf, mtd->writesize); in bf5xx_nand_read_page_raw() 563 bf5xx_nand_read_buf(mtd, chip->oob_poi, mtd->oobsize); in bf5xx_nand_read_page_raw() 765 bf5xx_nand_read_buf16 : bf5xx_nand_read_buf; in bf5xx_nand_probe()
|