Searched refs:oob_off (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mtd/nand/raw/
H A Dsunxi_nand.c797 u8 *oob, int oob_off,
813 if (data_off + ecc->size != oob_off)
814 nand_change_read_column_op(nand, oob_off, NULL, 0, false);
829 *cur_off = oob_off + ecc->bytes + 4;
849 nand_change_read_column_op(nand, oob_off, oob, ecc->bytes + 4,
861 nand_change_read_column_op(nand, oob_off, NULL, 0,
957 int oob_off = i * (ecc->bytes + 4); local
959 u8 *oob = nand->oob_poi + oob_off;
973 mtd->writesize + oob_off,
989 int oob_off local
795 sunxi_nfc_hw_ecc_read_chunk(struct nand_chip *nand, u8 *data, int data_off, u8 *oob, int oob_off, int *cur_off, unsigned int *max_bitflips, bool bbm, bool oob_required, int page) argument
1030 sunxi_nfc_hw_ecc_write_chunk(struct nand_chip *nand, const u8 *data, int data_off, const u8 *oob, int oob_off, int *cur_off, bool bbm, int page) argument
1108 int oob_off = i * (ecc->bytes + 4); local
1167 int oob_off = i * (ecc->bytes + 4); local
1221 int oob_off = i * (ecc->bytes + 4); local
1259 int oob_off = i * (ecc->bytes + 4); local
[all...]

Completed in 237 milliseconds