Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dbch.h57 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
/OK3568_Linux_fs/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.c771 info->control = init_bch(13, 8, 0x201b); in omap_select_ecc_scheme()
/OK3568_Linux_fs/u-boot/tools/
H A Dsunxi-spl-image-builder.c245 bch = init_bch(14, info->ecc_strength, BCH_PRIMITIVE_POLY); in create_image()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c1288 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch() function