Searched refs:mtk_ecc_config (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mtk_ecc.h | 27 struct mtk_ecc_config { struct 36 int mtk_ecc_encode(struct mtk_ecc *, struct mtk_ecc_config *, u8 *, u32); 39 int mtk_ecc_enable(struct mtk_ecc *, struct mtk_ecc_config *);
|
H A D | mtk_ecc.c | 166 static int mtk_ecc_config(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_config() function 293 int mtk_ecc_enable(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_enable() 307 ret = mtk_ecc_config(ecc, config); in mtk_ecc_enable() 379 int mtk_ecc_encode(struct mtk_ecc *ecc, struct mtk_ecc_config *config, in mtk_ecc_encode()
|
H A D | mtk_nand.c | 145 struct mtk_ecc_config ecc_cfg;
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | nand-ecc-mtk.h | 27 struct mtk_ecc_config { struct 36 int mtk_ecc_encode(struct mtk_ecc *, struct mtk_ecc_config *, u8 *, u32); 39 int mtk_ecc_enable(struct mtk_ecc *, struct mtk_ecc_config *);
|
/kernel/linux/linux-6.6/drivers/mtd/nand/ |
H A D | ecc-mtk.c | 173 static int mtk_ecc_config(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_config() function 303 int mtk_ecc_enable(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_enable() 317 ret = mtk_ecc_config(ecc, config); in mtk_ecc_enable() 389 int mtk_ecc_encode(struct mtk_ecc *ecc, struct mtk_ecc_config *config, in mtk_ecc_encode()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-mtk-snfi.c | 311 struct mtk_ecc_config *ecc_cfg; 671 struct mtk_ecc_config *ecc_cfg; in mtk_snand_ecc_init_ctx() 741 struct mtk_ecc_config *ecc_cfg = nand_to_ecc_ctx(nand); in mtk_snand_ecc_cleanup_ctx() 750 struct mtk_ecc_config *ecc_cfg = nand_to_ecc_ctx(nand); in mtk_snand_ecc_prepare_io_req()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mtk_nand.c | 144 struct mtk_ecc_config ecc_cfg;
|
Completed in 9 milliseconds