Home
last modified time | relevance | path

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

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