Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
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
Dsunxi_nand_spl.c275 int oob_off = conf->page_size + (i * oob_chunk_sz); in nand_read_page() local