Home
last modified time | relevance | path

Searched refs:bch_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dbch.h58 struct bch_control *bch_init(int m, int t, unsigned int prim_poly,
/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-bch.c120 engine_conf->bch = bch_init(m, t, 0, false); in nand_ecc_sw_bch_init()
/openbmc/linux/lib/
H A Dbch.c1285 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 Darasan-nand-controller.c1186 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 Ddocg3.c1999 cascade->bch = bch_init(DOC_ECC_BCH_M, DOC_ECC_BCH_T, in docg3_probe()