Searched refs:oob_off (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/mtd/nand/raw/ |
| D | sunxi_nand.c | 809 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk() argument 825 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk() 826 nand_change_read_column_op(nand, oob_off, NULL, 0, false); in sunxi_nfc_hw_ecc_read_chunk() 841 *cur_off = oob_off + ecc->bytes + 4; in sunxi_nfc_hw_ecc_read_chunk() 861 nand_change_read_column_op(nand, oob_off, oob, ecc->bytes + 4, in sunxi_nfc_hw_ecc_read_chunk() 873 nand_change_read_column_op(nand, oob_off, NULL, 0, in sunxi_nfc_hw_ecc_read_chunk() 969 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local 971 u8 *oob = nand->oob_poi + oob_off; in sunxi_nfc_hw_ecc_read_chunks_dma() 985 mtd->writesize + oob_off, in sunxi_nfc_hw_ecc_read_chunks_dma() 1001 int oob_off = i * (ecc->bytes + 4); in sunxi_nfc_hw_ecc_read_chunks_dma() local [all …]
|