oob_bytes 999 drivers/mtd/nand/raw/marvell_nand.c unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); oob_bytes 1024 drivers/mtd/nand/raw/marvell_nand.c lt->data_bytes + oob_bytes); oob_bytes 1026 drivers/mtd/nand/raw/marvell_nand.c memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes); oob_bytes 1029 drivers/mtd/nand/raw/marvell_nand.c marvell_nfc_xfer_data_in_pio(nfc, oob_buf, oob_bytes); oob_bytes 1111 drivers/mtd/nand/raw/marvell_nand.c unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); oob_bytes 1131 drivers/mtd/nand/raw/marvell_nand.c memcpy(nfc->dma_buf + lt->data_bytes, oob_buf, oob_bytes); oob_bytes 1136 drivers/mtd/nand/raw/marvell_nand.c marvell_nfc_xfer_data_out_pio(nfc, oob_buf, oob_bytes); oob_bytes 3789 drivers/mtd/nand/raw/nand_base.c int oob_bytes = mtd->oobsize / ecc_steps; oob_bytes 3814 drivers/mtd/nand/raw/nand_base.c memset(oob_buf, 0xff, oob_bytes); oob_bytes 3818 drivers/mtd/nand/raw/nand_base.c oob_buf += oob_bytes;