Home
last modified time | relevance | path

Searched refs:mtk_ecc_get_parity_bits (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Dnand-ecc-mtk.h42 unsigned int mtk_ecc_get_parity_bits(struct mtk_ecc *ecc);
/openbmc/linux/drivers/mtd/nand/
H A Decc-mtk.c455 unsigned int mtk_ecc_get_parity_bits(struct mtk_ecc *ecc) in mtk_ecc_get_parity_bits() function
459 EXPORT_SYMBOL(mtk_ecc_get_parity_bits);
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmtk_nand.c1170 mtk_ecc_get_parity_bits(nfc->ecc), 8); in mtk_nfc_set_fdm()
1268 free = (nand->ecc.strength * mtk_ecc_get_parity_bits(nfc->ecc) in mtk_nfc_ecc_init()
1280 mtk_ecc_get_parity_bits(nfc->ecc); in mtk_nfc_ecc_init()
1284 mtk_ecc_get_parity_bits(nfc->ecc); in mtk_nfc_ecc_init()
/openbmc/linux/drivers/spi/
H A Dspi-mtk-snfi.c704 parity_bits = mtk_ecc_get_parity_bits(snf->ecc); in mtk_snand_ecc_init_ctx()