Home
last modified time | relevance | path

Searched refs:cur_off (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c809 int *cur_off, in sunxi_nfc_hw_ecc_read_chunk() argument
820 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() argument
916 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() argument
945 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 …]
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdpart.c208 int cur_off = 0, cur_sz = 0; in mtd_parse_partitions() local
248 parts[idx].offset = cur_off; in mtd_parse_partitions()
249 cur_off += parts[idx].size; in mtd_parse_partitions()