Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dbch.h56 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
/openbmc/u-boot/board/ge/common/
H A Dvpd_reader.c55 struct bch_control *bch = init_bch(gfo, ecc_bits, prim_poly); in verify_bch()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bch.c138 nbc->bch = init_bch(m, t, 0); in nand_bch_init()
H A Domap_gpmc.c770 info->control = init_bch(13, 8, 0x201b); in omap_select_ecc_scheme()
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c245 bch = init_bch(14, info->ecc_strength, BCH_PRIMITIVE_POLY); in create_image()
/openbmc/u-boot/lib/
H A Dbch.c1294 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch() function