Home
last modified time | relevance | path

Searched refs:write_oob_raw (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c1239 * it appears before the ECC bytes when reading), the ->write_oob_raw() function
2300 ecc->write_oob_raw = marvell_nfc_hw_ecc_hmg_write_oob_raw; in marvell_nand_hw_ecc_controller_init()
2301 ecc->write_oob = ecc->write_oob_raw; in marvell_nand_hw_ecc_controller_init()
2311 ecc->write_oob_raw = marvell_nfc_hw_ecc_bch_write_oob_raw; in marvell_nand_hw_ecc_controller_init()
H A Dmeson_nand.c1358 nand->ecc.write_oob_raw = nand_write_oob_std; in meson_nand_attach_chip()
H A Dnand_base.c479 status = chip->ecc.write_oob_raw(chip, page & chip->pagemask); in nand_do_write_oob()
6453 if (!ecc->write_oob_raw) in nand_scan_tail()
6454 ecc->write_oob_raw = ecc->write_oob; in nand_scan_tail()
H A Dmtk_nand.c1399 nand->ecc.write_oob_raw = mtk_nfc_write_oob_std; in mtk_nfc_nand_chip_init()
H A Dsunxi_nand.c1715 ecc->write_oob_raw = nand_write_oob_std; in sunxi_nand_hw_ecc_ctrl_init()
H A Dcadence-nand-controller.c2716 chip->ecc.write_oob_raw = cadence_nand_write_oob_raw; in cadence_nand_attach_chip()
/linux/include/linux/mtd/
H A Drawnand.h344 * @write_oob_raw: function to write chip OOB data without ECC
381 int (*write_oob_raw)(struct nand_chip *chip, int page); member
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2291 ecc->write_oob_raw = gpmi_ecc_write_oob_raw; in gpmi_init_last()
/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c3109 chip->ecc.write_oob_raw = brcmnand_write_oob_raw; in brcmnand_init_cs()