Searched refs:cur_off (Results 1 – 2 of 2) sorted by relevance
809 int *cur_off, in sunxi_nfc_hw_ecc_read_chunk() argument820 if (*cur_off != data_off) in sunxi_nfc_hw_ecc_read_chunk()841 *cur_off = oob_off + ecc->bytes + 4; in sunxi_nfc_hw_ecc_read_chunk()905 u8 *oob, int *cur_off, in sunxi_nfc_hw_ecc_read_extra_oob() argument916 if (*cur_off != offset) in sunxi_nfc_hw_ecc_read_extra_oob()926 *cur_off = mtd->oobsize + mtd->writesize; in sunxi_nfc_hw_ecc_read_extra_oob()937 int *cur_off, bool bbm, in sunxi_nfc_hw_ecc_write_chunk() argument945 if (data_off != *cur_off) in sunxi_nfc_hw_ecc_write_chunk()980 *cur_off = oob_off + ecc->bytes + 4; in sunxi_nfc_hw_ecc_write_chunk()986 u8 *oob, int *cur_off, in sunxi_nfc_hw_ecc_write_extra_oob() argument[all …]
208 int cur_off = 0, cur_sz = 0; in mtd_parse_partitions() local248 parts[idx].offset = cur_off; in mtd_parse_partitions()249 cur_off += parts[idx].size; in mtd_parse_partitions()