Searched refs:oob_bytes (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dmarvell_nand.c1050 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); local
1075 lt->data_bytes + oob_bytes);
1077 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes);
1080 marvell_nfc_xfer_data_in_pio(nfc, oob_buf, oob_bytes);
1164 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); local
1185 memcpy(nfc->dma_buf + lt->data_bytes, oob_buf, oob_bytes);
1190 marvell_nfc_xfer_data_out_pio(nfc, oob_buf, oob_bytes);
H A Dnand_base.c4264 int oob_bytes = mtd->oobsize / ecc_steps; local
4289 memset(oob_buf, 0xff, oob_bytes);
4293 oob_buf += oob_bytes;

Completed in 148 milliseconds