Home
last modified time | relevance | path

Searched refs:hwctl (Results 1 – 9 of 9) 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 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.c673 chip->ecc.hwctl = lpc32xx_ecc_enable; in lpc32xx_nand_attach_chip()
H A Dlpc32xx_slc.c815 chip->ecc.hwctl = lpc32xx_nand_ecc_enable; in lpc32xx_nand_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