Searched refs:bch_init (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | bch.h | 58 struct bch_control *bch_init(int m, int t, unsigned int prim_poly,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bch.h | 58 struct bch_control *bch_init(int m, int t, unsigned int prim_poly,
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_bch.c | 133 nbc->bch = bch_init(m, t, 0, false); in nand_bch_init()
|
H A D | arasan-nand-controller.c | 1080 anand->bch = bch_init(bch_gf_mag, ecc->strength, bch_prim_poly, true); in anfc_init_hw_ecc_controller()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 120 engine_conf->bch = bch_init(m, t, 0, false); in nand_ecc_sw_bch_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bch.c | 26 * Call bch_init to get a pointer to a newly allocated bch_control structure for 1264 * bch_init - initialize a BCH encoder/decoder 1275 * path. Usually, bch_init() should be called on module/driver init and 1279 * @prim_poly, or let bch_init() use its default polynomial. 1281 * Once bch_init() has successfully returned a pointer to a newly allocated 1285 struct bch_control *bch_init(int m, int t, unsigned int prim_poly, in bch_init() function 1381 EXPORT_SYMBOL_GPL(bch_init); variable
|
/kernel/linux/linux-5.10/lib/ |
H A D | bch.c | 26 * Call bch_init to get a pointer to a newly allocated bch_control structure for 1298 * bch_init - initialize a BCH encoder/decoder 1309 * path. Usually, bch_init() should be called on module/driver init and 1313 * @prim_poly, or let bch_init() use its default polynomial. 1315 * Once bch_init() has successfully returned a pointer to a newly allocated 1319 struct bch_control *bch_init(int m, int t, unsigned int prim_poly, in bch_init() function 1415 EXPORT_SYMBOL_GPL(bch_init); variable
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | arasan-nand-controller.c | 1186 anand->bch = bch_init(bch_gf_mag, ecc->strength, bch_prim_poly, true); in anfc_init_hw_ecc_controller()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | docg3.c | 1992 cascade->bch = bch_init(DOC_ECC_BCH_M, DOC_ECC_BCH_T, in docg3_probe()
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | docg3.c | 1999 cascade->bch = bch_init(DOC_ECC_BCH_M, DOC_ECC_BCH_T, in docg3_probe()
|
Completed in 14 milliseconds