Searched refs:init_bch (Results 1 – 7 of 7) sorted by relevance
| /u-boot/include/linux/ |
| A D | bch.h | 56 struct bch_control *init_bch(int m, int t, unsigned int prim_poly);
|
| /u-boot/board/ge/common/ |
| A D | vpd_reader.c | 59 struct bch_control *bch = init_bch(gfo, ecc_bits, prim_poly); in verify_bch()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_bch.c | 140 nbc->bch = init_bch(m, t, 0); in nand_bch_init()
|
| A D | omap_gpmc.c | 934 info->control = init_bch(13, 8, 0x201b); in omap_select_ecc_scheme()
|
| /u-boot/tools/ |
| A D | sunxi-spl-image-builder.c | 245 bch = init_bch(14, info->ecc_strength, BCH_PRIMITIVE_POLY); in create_image()
|
| /u-boot/lib/ |
| A D | bch.c | 1297 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch() function
|
| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_nandbcb.c | 343 struct bch_control *bch = init_bch(m, eccbits, 0); in encode_bch_ecc()
|
Completed in 25 milliseconds