Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dbch.h56 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
/u-boot/board/ge/common/
A Dvpd_reader.c59 struct bch_control *bch = init_bch(gfo, ecc_bits, prim_poly); in verify_bch()
/u-boot/drivers/mtd/nand/raw/
A Dnand_bch.c140 nbc->bch = init_bch(m, t, 0); in nand_bch_init()
A Domap_gpmc.c934 info->control = init_bch(13, 8, 0x201b); in omap_select_ecc_scheme()
/u-boot/tools/
A Dsunxi-spl-image-builder.c245 bch = init_bch(14, info->ecc_strength, BCH_PRIMITIVE_POLY); in create_image()
/u-boot/lib/
A Dbch.c1297 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch() function
/u-boot/arch/arm/mach-imx/
A Dcmd_nandbcb.c343 struct bch_control *bch = init_bch(m, eccbits, 0); in encode_bch_ecc()

Completed in 25 milliseconds