• Home
  • Raw
  • Download

Lines Matching refs:cur_off

808 				       int *cur_off,  in sunxi_nfc_hw_ecc_read_chunk()  argument
819 if (*cur_off != data_off) in sunxi_nfc_hw_ecc_read_chunk()
840 *cur_off = oob_off + ecc->bytes + 4; in sunxi_nfc_hw_ecc_read_chunk()
904 u8 *oob, int *cur_off, in sunxi_nfc_hw_ecc_read_extra_oob() argument
915 if (*cur_off != offset) in sunxi_nfc_hw_ecc_read_extra_oob()
925 *cur_off = mtd->oobsize + mtd->writesize; in sunxi_nfc_hw_ecc_read_extra_oob()
936 int *cur_off, bool bbm, in sunxi_nfc_hw_ecc_write_chunk() argument
944 if (data_off != *cur_off) in sunxi_nfc_hw_ecc_write_chunk()
979 *cur_off = oob_off + ecc->bytes + 4; in sunxi_nfc_hw_ecc_write_chunk()
985 u8 *oob, int *cur_off, in sunxi_nfc_hw_ecc_write_extra_oob() argument
996 if (*cur_off != offset) in sunxi_nfc_hw_ecc_write_extra_oob()
1002 *cur_off = mtd->oobsize + mtd->writesize; in sunxi_nfc_hw_ecc_write_extra_oob()
1011 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_read_page() local
1024 &cur_off, &max_bitflips, in sunxi_nfc_hw_ecc_read_page()
1033 sunxi_nfc_hw_ecc_read_extra_oob(mtd, chip->oob_poi, &cur_off, in sunxi_nfc_hw_ecc_read_page()
1047 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_read_subpage() local
1062 &cur_off, &max_bitflips, !i, page); in sunxi_nfc_hw_ecc_read_subpage()
1078 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_write_page() local
1090 &cur_off, !i, page); in sunxi_nfc_hw_ecc_write_page()
1097 &cur_off, page); in sunxi_nfc_hw_ecc_write_page()
1111 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_write_subpage() local
1124 &cur_off, !i, page); in sunxi_nfc_hw_ecc_write_subpage()
1141 int ret, i, cur_off = 0; in sunxi_nfc_hw_syndrome_ecc_read_page() local
1153 oob_off, &cur_off, in sunxi_nfc_hw_syndrome_ecc_read_page()
1162 sunxi_nfc_hw_ecc_read_extra_oob(mtd, chip->oob_poi, &cur_off, in sunxi_nfc_hw_syndrome_ecc_read_page()
1176 int ret, i, cur_off = 0; in sunxi_nfc_hw_syndrome_ecc_write_page() local
1187 oob, oob_off, &cur_off, in sunxi_nfc_hw_syndrome_ecc_write_page()
1195 &cur_off, page); in sunxi_nfc_hw_syndrome_ecc_write_page()