Home
last modified time | relevance | path

Searched refs:hwctl (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dsharpsl.c106 chip->ecc.hwctl = sharpsl_nand_enable_hwecc; in sharpsl_attach_chip()
H A Dndfc.c150 chip->ecc.hwctl = ndfc_enable_hwecc; in ndfc_chip_init()
H A Dcs553x_nand.c247 chip->ecc.hwctl = cs_enable_hwecc; in cs553x_attach_chip()
H A Dnand_base.c3119 chip->ecc.hwctl(chip, NAND_ECC_READ); in nand_read_page_hwecc()
3204 chip->ecc.hwctl(chip, NAND_ECC_READ); in nand_read_page_hwecc_oob_first()
3260 chip->ecc.hwctl(chip, NAND_ECC_READ); in nand_read_page_syndrome()
3275 chip->ecc.hwctl(chip, NAND_ECC_READSYN); in nand_read_page_syndrome()
4097 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in nand_write_page_hwecc()
4149 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in nand_write_subpage_hwecc()
4215 chip->ecc.hwctl(chip, NAND_ECC_WRITE); in nand_write_page_syndrome()
5773 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_set_ecc_on_host_ops()
5778 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_set_ecc_on_host_ops()
H A Dtxx9ndfmc.c270 chip->ecc.hwctl = txx9ndfmc_enable_hwecc; in txx9ndfmc_attach_chip()
H A Ddiskonchip.c1264 this->ecc.hwctl = doc2001plus_enable_hwecc; in doc2001plus_init()
1282 chip->ecc.hwctl = doc200x_enable_hwecc; in doc200x_attach_chip()
H A Dlpc32xx_mlc.c665 chip->ecc.hwctl = lpc32xx_ecc_enable; in lpc32xx_nand_attach_chip()
H A Dr852.c830 chip->ecc.hwctl = r852_ecc_hwctl; in r852_attach_chip()
H A Dstm32_fmc2_nand.c714 chip->ecc.hwctl(chip, NAND_ECC_READ); in stm32_fmc2_nfc_read_page()
1655 chip->ecc.hwctl = stm32_fmc2_nfc_hwctl; in stm32_fmc2_nfc_nand_callbacks_setup()
/linux/include/linux/mtd/
H A Drawnand.h363 void (*hwctl)(struct nand_chip *chip, int mode); member