Home
last modified time | relevance | path

Searched refs:oob_off (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dsunxi_nand.c814 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk() argument
831 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk()
942 const u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_write_chunk() argument
1027 u8 *oob = chip->oob_poi + oob_off; in sunxi_nfc_hw_ecc_read_page()
1030 oob_off + mtd->writesize, in sunxi_nfc_hw_ecc_read_page()
1065 u8 *oob = chip->oob_poi + oob_off; in sunxi_nfc_hw_ecc_read_subpage()
1068 oob, oob_off + mtd->writesize, in sunxi_nfc_hw_ecc_read_subpage()
1096 oob_off + mtd->writesize, in sunxi_nfc_hw_ecc_write_page()
1130 oob_off + mtd->writesize, in sunxi_nfc_hw_ecc_write_subpage()
1160 oob_off, &cur_off, in sunxi_nfc_hw_syndrome_ecc_read_page()
[all …]
A Dsunxi_nand_spl.c277 int oob_off = conf->page_size + (i * oob_chunk_sz); in nand_read_page() local
297 nand_change_column(oob_off); in nand_read_page()
/u-boot/cmd/
A Dmtd.c88 u64 oob_off = page * mtd->oobsize; in mtd_dump_device_buf() local
92 mtd_dump_buf(&buf[len + oob_off], in mtd_dump_device_buf()

Completed in 24 milliseconds