Lines Matching refs:this
145 struct onenand_chip *this = mtd->priv;
211 !this->ongoing) {
301 if (this->ongoing)
312 struct onenand_chip *this = mtd->priv;
314 if (ONENAND_CURRENT_BUFFERRAM(this)) {
316 return this->writesize;
365 struct onenand_chip *this = mtd->priv;
385 memcpy(buf + count, this->base + bram_offset + count, xtra);
404 memcpy(buf, this->base + bram_offset, count);
413 struct onenand_chip *this = mtd->priv;
444 memcpy(this->base + bram_offset, buf, count);
491 /* Just try again if this happens */