Lines Matching refs:bufpoi
392 uint8_t *bufpoi = buf; local
402 chip->read_buf(mtd, bufpoi, toread);
403 bufpoi += toread;
406 bufpoi += chip->ecc.bytes;
412 chip->read_buf(mtd, bufpoi, toread);
413 bufpoi += toread;
418 chip->read_buf(mtd, bufpoi, length);
423 bufpoi = buf + chip->ecc.prepad;
427 chip->read_buf(mtd, bufpoi, toread);
428 bufpoi += eccpitch;
555 const uint8_t *bufpoi = chip->oob_poi; local
561 chip->write_buf(mtd, bufpoi, len);
562 bufpoi += len;
567 chip->write_buf(mtd, bufpoi, length);