Searched refs:oob_off (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/mtd/nand/raw/ |
| D | sunxi_nand.c | 797 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk() argument 813 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk() 814 nand_change_read_column_op(nand, oob_off, NULL, 0, false); in sunxi_nfc_hw_ecc_read_chunk() 829 *cur_off = oob_off + ecc->bytes + 4; in sunxi_nfc_hw_ecc_read_chunk() 849 nand_change_read_column_op(nand, oob_off, oob, ecc->bytes + 4, in sunxi_nfc_hw_ecc_read_chunk() 861 nand_change_read_column_op(nand, oob_off, NULL, 0, in sunxi_nfc_hw_ecc_read_chunk() 957 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local 959 u8 *oob = nand->oob_poi + oob_off; in sunxi_nfc_hw_ecc_read_chunks_dma() 973 mtd->writesize + oob_off, in sunxi_nfc_hw_ecc_read_chunks_dma() 989 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local [all …]
|