Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c808 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk()
936 const u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_write_chunk()
1019 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_page() local
1057 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_subpage() local
1085 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_page() local
1119 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_subpage() local
1149 int oob_off = data_off + ecc->size; in sunxi_nfc_hw_syndrome_ecc_read_page() local
1183 int oob_off = data_off + ecc->size; in sunxi_nfc_hw_syndrome_ecc_write_page() local
H A Drockchip_nand.c333 int oob_off = step * (ecc->bytes + ecc->prepad); in rockchip_nand_hw_syndrome_pio_read_page() local
400 int oob_off = step * (ecc->bytes + ecc->prepad); in rockchip_nand_hw_syndrome_pio_write_page() local
H A Drockchip_nand_v9.c334 int oob_off = step * (ecc->bytes + ecc->prepad); in rockchip_nand_hw_syndrome_pio_read_page() local
401 int oob_off = step * (ecc->bytes + ecc->prepad); in rockchip_nand_hw_syndrome_pio_write_page() local
H A Dsunxi_nand_spl.c276 int oob_off = conf->page_size + (i * oob_chunk_sz); in nand_read_page() local
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsunxi_nand.c798 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk()
953 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local
985 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local
1028 const u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_write_chunk()
1104 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_page() local
1163 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_subpage() local
1217 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_page() local
1255 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_write_subpage() local
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtd.c72 u64 oob_off = page * mtd->oobsize; in mtd_dump_device_buf() local