Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dsunxi_nand.c815 int *cur_off, in sunxi_nfc_hw_ecc_read_chunk() argument
922 if (*cur_off != offset) in sunxi_nfc_hw_ecc_read_extra_oob()
1003 if (*cur_off != offset) in sunxi_nfc_hw_ecc_write_extra_oob()
1018 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_read_page() local
1054 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_read_subpage() local
1085 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_write_page() local
1104 &cur_off, page); in sunxi_nfc_hw_ecc_write_page()
1118 int ret, i, cur_off = 0; in sunxi_nfc_hw_ecc_write_subpage() local
1148 int ret, i, cur_off = 0; in sunxi_nfc_hw_syndrome_ecc_read_page() local
1183 int ret, i, cur_off = 0; in sunxi_nfc_hw_syndrome_ecc_write_page() local
[all …]
/u-boot/drivers/mtd/
A Dmtdpart.c210 uint64_t cur_off = 0, cur_sz = 0; in mtd_parse_partitions() local
250 parts[idx].offset = cur_off; in mtd_parse_partitions()
251 cur_off += parts[idx].size; in mtd_parse_partitions()

Completed in 9 milliseconds