Searched refs:init_bch (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | bch.h | 56 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
|
/openbmc/u-boot/board/ge/common/ |
H A D | vpd_reader.c | 55 struct bch_control *bch = init_bch(gfo, ecc_bits, prim_poly); in verify_bch()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_bch.c | 138 nbc->bch = init_bch(m, t, 0); in nand_bch_init()
|
H A D | omap_gpmc.c | 770 info->control = init_bch(13, 8, 0x201b); in omap_select_ecc_scheme()
|
/openbmc/u-boot/tools/ |
H A D | sunxi-spl-image-builder.c | 245 bch = init_bch(14, info->ecc_strength, BCH_PRIMITIVE_POLY); in create_image()
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 1294 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch() function
|