Home
last modified time | relevance | path

Searched refs:nand_ecc_sw_hamming_conf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c365 struct nand_ecc_sw_hamming_conf *engine_conf = nand->ecc.ctx.priv; in nand_ecc_sw_hamming_calculate()
458 struct nand_ecc_sw_hamming_conf *engine_conf = nand->ecc.ctx.priv; in nand_ecc_sw_hamming_correct()
470 struct nand_ecc_sw_hamming_conf *engine_conf; in nand_ecc_sw_hamming_init_ctx()
534 struct nand_ecc_sw_hamming_conf *engine_conf = nand->ecc.ctx.priv; in nand_ecc_sw_hamming_cleanup_ctx()
548 struct nand_ecc_sw_hamming_conf *engine_conf = nand->ecc.ctx.priv; in nand_ecc_sw_hamming_prepare_io_req()
585 struct nand_ecc_sw_hamming_conf *engine_conf = nand->ecc.ctx.priv; in nand_ecc_sw_hamming_finish_io_req()
/linux/include/linux/mtd/
H A Dnand-ecc-sw-hamming.h16 * struct nand_ecc_sw_hamming_conf - private software Hamming ECC engine structure
24 struct nand_ecc_sw_hamming_conf { struct
25 req_ctxnand_ecc_sw_hamming_conf global() argument
26 code_sizenand_ecc_sw_hamming_conf global() argument
27 calc_bufnand_ecc_sw_hamming_conf global() argument
28 code_bufnand_ecc_sw_hamming_conf global() argument
29 sm_ordernand_ecc_sw_hamming_conf global() argument
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c5764 struct nand_ecc_sw_hamming_conf *engine_conf; in rawnand_sw_hamming_init()