Searched refs:bch_init (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | bch.h | 58 struct bch_control *bch_init(int m, int t, unsigned int prim_poly,
|
/openbmc/linux/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()
|
/openbmc/linux/lib/ |
H A D | bch.c | 1285 struct bch_control *bch_init(int m, int t, unsigned int prim_poly, in bch_init() function 1381 EXPORT_SYMBOL_GPL(bch_init);
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | docg3.c | 1999 cascade->bch = bch_init(DOC_ECC_BCH_M, DOC_ECC_BCH_T, in docg3_probe()
|