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

/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c394 uint8_t *bufpoi = buf; local
404 chip->read_buf(mtd, bufpoi, toread);
405 bufpoi += toread;
408 bufpoi += chip->ecc.bytes;
414 chip->read_buf(mtd, bufpoi, toread);
415 bufpoi += toread;
420 chip->read_buf(mtd, bufpoi, length);
425 bufpoi = buf + chip->ecc.prepad;
429 chip->read_buf(mtd, bufpoi, toread);
430 bufpoi
557 const uint8_t *bufpoi = chip->oob_poi; local
[all...]
H A Ddenali.c617 uint8_t *bufpoi = chip->oob_poi; local
628 chip->write_buf(mtd, bufpoi, oob_skip);
630 chip->read_buf(mtd, bufpoi, oob_skip);
631 bufpoi += oob_skip;
645 chip->write_buf(mtd, bufpoi, len);
647 chip->read_buf(mtd, bufpoi, len);
648 bufpoi += len;
653 chip->write_buf(mtd, bufpoi, len);
655 chip->read_buf(mtd, bufpoi, len);
656 bufpoi
[all...]
H A Dnand_base.c1883 * @bufpoi: buffer to store read data
1887 uint32_t data_offs, uint32_t readlen, uint8_t *bufpoi,
1915 p = bufpoi + data_col_addr;
1963 p = bufpoi + data_col_addr;
2303 uint8_t *bufpoi, *oob, *buf; local
2338 bufpoi = use_bufpoi ? chip->buffers->databuf : buf;
2356 ret = chip->ecc.read_page_raw(mtd, chip, bufpoi,
2362 col, bytes, bufpoi,
2365 ret = chip->ecc.read_page(mtd, chip, bufpoi,
2499 uint8_t *bufpoi local
1886 nand_read_subpage(struct mtd_info *mtd, struct nand_chip *chip, uint32_t data_offs, uint32_t readlen, uint8_t *bufpoi, int page) argument
2567 const uint8_t *bufpoi = chip->oob_poi; local
[all...]
H A Dsunxi_nand.c1050 uint8_t *bufpoi, int page)
1063 u8 *data = bufpoi + data_off;
1047 sunxi_nfc_hw_ecc_read_subpage(struct mtd_info *mtd, struct nand_chip *chip, uint32_t data_offs, uint32_t readlen, uint8_t *bufpoi, int page) argument

Completed in 66 milliseconds