Searched refs:sunxi_nfc_read_buf (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/mtd/nand/ |
| D | sunxi_nand.c | 434 static void sunxi_nfc_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in sunxi_nfc_read_buf() function 502 sunxi_nfc_read_buf(mtd, &ret, 1); in sunxi_nfc_read_byte() 589 sunxi_nfc_read_buf(mtd, NULL, ecc->size); in sunxi_nfc_hw_ecc_read_chunk() 611 sunxi_nfc_read_buf(mtd, oob, ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunk() 653 sunxi_nfc_read_buf(mtd, oob + offset, len); in sunxi_nfc_hw_ecc_read_extra_oob() 1336 nand->read_buf = sunxi_nfc_read_buf; in sunxi_nand_chip_init()
|