Lines Matching refs:bufpoi
391 uint8_t *bufpoi = buf; local
401 chip->read_buf(mtd, bufpoi, toread);
402 bufpoi += toread;
405 bufpoi += chip->ecc.bytes;
411 chip->read_buf(mtd, bufpoi, toread);
412 bufpoi += toread;
417 chip->read_buf(mtd, bufpoi, length);
422 bufpoi = buf + chip->ecc.prepad;
426 chip->read_buf(mtd, bufpoi, toread);
427 bufpoi += eccpitch;
554 const uint8_t *bufpoi = chip->oob_poi; local
560 chip->write_buf(mtd, bufpoi, len);
561 bufpoi += len;
566 chip->write_buf(mtd, bufpoi, length);