Lines Matching refs:read_buf
402 chip->read_buf(mtd, bufpoi, toread);
412 chip->read_buf(mtd, bufpoi, toread);
418 chip->read_buf(mtd, bufpoi, length);
427 chip->read_buf(mtd, bufpoi, toread);
455 chip->read_buf(mtd, buf, eccsize);
460 chip->read_buf(mtd, oob, chip->ecc.prepad);
464 chip->read_buf(mtd, oob, eccbytes);
468 chip->read_buf(mtd, oob, chip->ecc.postpad);
475 chip->read_buf(mtd, oob, size);
504 chip->read_buf(mtd, p, eccsize);
509 chip->read_buf(mtd, oob, chip->ecc.prepad);
522 chip->read_buf(mtd, oob, chip->ecc.postpad);
530 chip->read_buf(mtd, oob, n);
541 chip->read_buf(mtd, oob, eccbytes);
1172 this->read_buf = mxc_nand_read_buf;