Searched refs:write_oob_raw (Results 1 – 11 of 11) sorted by relevance
622 int (*write_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip, member
381 int (*write_oob_raw)(struct nand_chip *chip, int page); member
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()
1344 nand->ecc.write_oob_raw = nand_write_oob_std; in meson_nand_attach_chip()
476 status = chip->ecc.write_oob_raw(chip, page & chip->pagemask); in nand_do_write_oob()6434 if (!ecc->write_oob_raw) in nand_scan_tail()6435 ecc->write_oob_raw = ecc->write_oob; in nand_scan_tail()
1399 nand->ecc.write_oob_raw = mtk_nfc_write_oob_std; in mtk_nfc_nand_chip_init()
1713 ecc->write_oob_raw = nand_write_oob_std; in sunxi_nand_hw_ecc_ctrl_init()
2719 chip->ecc.write_oob_raw = cadence_nand_write_oob_raw; in cadence_nand_attach_chip()
2722 status = chip->ecc.write_oob_raw(mtd, chip, page & chip->pagemask); in nand_do_write_oob()4506 if (!ecc->write_oob_raw) in nand_scan_tail()4507 ecc->write_oob_raw = ecc->write_oob; in nand_scan_tail()
2273 ecc->write_oob_raw = gpmi_ecc_write_oob_raw; in gpmi_init_last()
2865 chip->ecc.write_oob_raw = brcmnand_write_oob_raw; in brcmnand_init_cs()