Searched refs:read_bufferram (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/mtd/
H A Donenand.h61 * @read_bufferram: [REPLACEABLE] hardware specific function for BufferRAM Area
108 int (*read_bufferram)(struct mtd_info *mtd, int area, member in struct:onenand_chip
234 int (*read_bufferram)(struct mtd_info *mtd, int area, member in struct:onenand_platform_data
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c1056 this->read_bufferram(mtd, ONENAND_SPARERAM, this->oob_buf, 0,
1167 this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen);
1175 this->read_bufferram(mtd, ONENAND_SPARERAM, oobbuf, oobcolumn, thisooblen);
1283 this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen);
1293 this->read_bufferram(mtd, ONENAND_SPARERAM, oobbuf, oobcolumn, thisooblen);
1403 this->read_bufferram(mtd, ONENAND_SPARERAM, buf, column, thislen);
1584 this->read_bufferram(mtd, ONENAND_SPARERAM, buf, column, thislen);
1627 this->read_bufferram(mtd, ONENAND_SPARERAM, oob_buf, 0, mtd->oobsize);
1663 this->read_bufferram(mtd, ONENAND_DATARAM, this->verify_buf, 0, mtd->writesize);
3847 if (!this->read_bufferram)
[all...]
H A Donenand_samsung.c815 this->read_bufferram = s5pc110_read_bufferram;
830 this->read_bufferram = onenand_read_bufferram;
H A Donenand_omap2.c510 c->onenand.read_bufferram = omap2_onenand_read_bufferram;

Completed in 232 milliseconds