Searched refs:bch_prim_poly (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | arasan-nand-controller.c | 1007 unsigned int bch_prim_poly = 0, bch_gf_mag = 0, ecc_offset; in anfc_init_hw_ecc_controller() local 1047 bch_prim_poly = 0x201b; in anfc_init_hw_ecc_controller() 1051 bch_prim_poly = 0x4443; in anfc_init_hw_ecc_controller() 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/raw/ |
H A D | arasan-nand-controller.c | 1113 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()
|
Completed in 4 milliseconds