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

/linux-master/include/linux/mtd/
H A Donenand.h62 * @write_bufferram: [REPLACEABLE] hardware specific function for BufferRAM Area
110 int (*write_bufferram)(struct mtd_info *mtd, int area, member in struct:onenand_chip
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c1747 this->write_bufferram(mtd, ONENAND_DATARAM, wbuf, 0, mtd->writesize);
1748 this->write_bufferram(mtd, ONENAND_SPARERAM, ffchars, 0, mtd->oobsize);
1853 this->write_bufferram(mtd, ONENAND_DATARAM, wbuf, 0, mtd->writesize);
1872 this->write_bufferram(mtd, ONENAND_SPARERAM, oobbuf, 0, mtd->oobsize);
2036 this->write_bufferram(mtd, ONENAND_SPARERAM, oobbuf, 0, mtd->oobsize);
2041 this->write_bufferram(mtd, ONENAND_DATARAM,
2840 this->write_bufferram(mtd, ONENAND_SPARERAM,
3849 if (!this->write_bufferram)
3850 this->write_bufferram = onenand_write_bufferram;
H A Donenand_omap2.c511 c->onenand.write_bufferram = omap2_onenand_write_bufferram;
H A Donenand_samsung.c831 this->write_bufferram = onenand_write_bufferram;

Completed in 224 milliseconds