Searched refs:prim_poly (Results 1 – 4 of 4) 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/kernel/include/linux/ |
| H A D | bch.h | 58 struct bch_control *bch_init(int m, int t, unsigned int prim_poly,
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 1319 struct bch_control *bch_init(int m, int t, unsigned int prim_poly, in bch_init() argument 1364 if (prim_poly == 0) in bch_init() 1365 prim_poly = prim_poly_tab[m-min_m]; in bch_init() 1393 err = build_gf_tables(bch, prim_poly); in bch_init()
|
| /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() argument 1326 if (prim_poly == 0) in init_bch() 1327 prim_poly = prim_poly_tab[m-min_m]; in init_bch() 1354 err = build_gf_tables(bch, prim_poly); in init_bch()
|