Home
last modified time | relevance | path

Searched defs:oob_off (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c807 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk()
935 const u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_write_chunk()
1018 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_page() local
1056 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_subpage() local
1084 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_page() local
1118 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_subpage() local
1148 int oob_off = data_off + ecc->size; in sunxi_nfc_hw_syndrome_ecc_read_page() local
1182 int oob_off = data_off + ecc->size; in sunxi_nfc_hw_syndrome_ecc_write_page() local
H A Dsunxi_nand_spl.c275 int oob_off = conf->page_size + (i * oob_chunk_sz); in nand_read_page() local
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c797 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk()
957 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local
989 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local
1032 const u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_write_chunk()
1108 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_page() local
1167 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_subpage() local
1221 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_page() local
1259 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_subpage() local
/openbmc/u-boot/cmd/
H A Dmtd.c86 u64 oob_off = page * mtd->oobsize; in mtd_dump_device_buf() local