Searched refs:ecc_off (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | renesas-nand-controller.c | 499 unsigned int ecc_off = 2 + (start_chunk * chip->ecc.bytes); in rnandc_read_subpage_hw_ecc() local 507 .ecc_offset = ECC_OFFSET(mtd->writesize + ecc_off), in rnandc_read_subpage_hw_ecc() 641 unsigned int ecc_off = 2 + (start_chunk * chip->ecc.bytes); in rnandc_write_subpage_hw_ecc() local 649 .ecc_offset = ECC_OFFSET(mtd->writesize + ecc_off), in rnandc_write_subpage_hw_ecc()
|
H A D | marvell_nand.c | 1438 int data_off, spare_off, ecc_off; in marvell_nfc_hw_ecc_bch_read_page() local 1456 ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page() 1483 chip->oob_poi + ecc_off, ecc_len, in marvell_nfc_hw_ecc_bch_read_page() 1489 chip->oob_poi + ecc_off, ecc_len, in marvell_nfc_hw_ecc_bch_read_page()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 1424 int data_off, spare_off, ecc_off; in marvell_nfc_hw_ecc_bch_read_page() local 1442 ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page() 1469 chip->oob_poi + ecc_off, ecc_len, in marvell_nfc_hw_ecc_bch_read_page() 1475 chip->oob_poi + ecc_off, ecc_len, in marvell_nfc_hw_ecc_bch_read_page()
|
Completed in 11 milliseconds