Home
last modified time | relevance | path

Searched defs:mtk_ecc_config (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Dnand-ecc-mtk.h27 struct mtk_ecc_config { struct
36 int mtk_ecc_encode(struct mtk_ecc *, struct mtk_ecc_config *, u8 *, u32); argument
/openbmc/linux/drivers/mtd/nand/
H A Decc-mtk.c173 static int mtk_ecc_config(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_config() function