Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c1113 unsigned int bch_prim_poly = 0, bch_gf_mag = 0, ecc_offset; in anfc_init_hw_ecc_controller() local
1153 bch_prim_poly = 0x201b; in anfc_init_hw_ecc_controller()
1157 bch_prim_poly = 0x4443; in anfc_init_hw_ecc_controller()
1186 anand->bch = bch_init(bch_gf_mag, ecc->strength, bch_prim_poly, true); in anfc_init_hw_ecc_controller()