Home
last modified time | relevance | path

Searched refs:ooboffs (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c320 ops.ooboffs = 0; in scan_read_oob()
360 ops.ooboffs = 0; in scan_write_bbt()
424 ops.ooboffs = 0; in scan_block_fast()
753 int nrchips, pageoffs, ooboffs; in write_bbt() local
761 ops.ooboffs = 0; in write_bbt()
845 ooboffs = len + (pageoffs * mtd->oobsize); in write_bbt()
848 ooboffs = 0; in write_bbt()
871 ooboffs = len; in write_bbt()
873 memcpy(&buf[ooboffs + td->offs], td->pattern, td->len); in write_bbt()
877 buf[ooboffs + td->veroffs] = td->version[chip]; in write_bbt()
H A Dsm_common.c112 ops.ooboffs = 0; in sm_block_markbad()
/linux/drivers/mtd/
H A Dnftlcore.c131 ops.ooboffs = offs & mask; in nftl_read_oob()
152 ops.ooboffs = offs & mask; in nftl_write_oob()
175 ops.ooboffs = offs & mask; in nftl_write()
H A Dinftlcore.c143 ops.ooboffs = offs & (mtd->writesize - 1); in inftl_read_oob()
163 ops.ooboffs = offs & (mtd->writesize - 1); in inftl_write_oob()
183 ops.ooboffs = offs; in inftl_write()
H A Dssfdc.c169 ops.ooboffs = 0; in read_raw_oob()
H A Dmtdcore.c1678 if (ops->ooboffs >= mtd_oobavail(mtd, ops)) in mtd_check_oob_ops()
1683 mtd_oobavail(mtd, ops)) - ops->ooboffs; in mtd_check_oob_ops()
1759 if (adjops.ooblen > oobavail - adjops.ooboffs) in mtd_io_emulated_slc()
1760 adjops.ooblen = oobavail - adjops.ooboffs; in mtd_io_emulated_slc()
1778 adjops.ooboffs = 0; in mtd_io_emulated_slc()
/linux/drivers/mtd/nand/onenand/
H A Donenand_bbt.c86 ops.len = ops.ooboffs = ops.retlen = ops.oobretlen = 0; in create_bbt()
H A Donenand_base.c1355 from += ops->ooboffs; in onenand_read_oob_nolock()
1989 to += ops->ooboffs; in onenand_write_oob_nolock()
2452 .ooboffs = 0, in onenand_default_block_markbad()
2787 to += ops->ooboffs; in onenand_otp_write_oob_nolock()
3019 ops.ooboffs = 0; in do_otp_lock()
3524 .ooboffs = 0, in flexonenand_check_blocks_erased()
/linux/drivers/mtd/tests/
H A Dreadtest.c57 ops.ooboffs = 0; in read_eraseblock_by_page()
H A Dnandbiterrs.c112 ops.ooboffs = 0; in rewrite_page()
/linux/include/linux/mtd/
H A Dmtd.h76 uint32_t ooboffs; member