Searched refs:init_bch (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | bch.h | 57 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
|
| /OK3568_Linux_fs/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 | 771 info->control = init_bch(13, 8, 0x201b); in omap_select_ecc_scheme()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 1288 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch() function
|