Lines Matching refs:read_buf
403 chip->read_buf(mtd, bufpoi, toread);
413 chip->read_buf(mtd, bufpoi, toread);
419 chip->read_buf(mtd, bufpoi, length);
428 chip->read_buf(mtd, bufpoi, toread);
456 chip->read_buf(mtd, buf, eccsize);
461 chip->read_buf(mtd, oob, chip->ecc.prepad);
465 chip->read_buf(mtd, oob, eccbytes);
469 chip->read_buf(mtd, oob, chip->ecc.postpad);
476 chip->read_buf(mtd, oob, size);
505 chip->read_buf(mtd, p, eccsize);
510 chip->read_buf(mtd, oob, chip->ecc.prepad);
523 chip->read_buf(mtd, oob, chip->ecc.postpad);
531 chip->read_buf(mtd, oob, n);
542 chip->read_buf(mtd, oob, eccbytes);
1173 this->read_buf = mxc_nand_read_buf;