Home
last modified time | relevance | path

Searched refs:build_gf_tables (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dbch.c1120 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables() function
1393 err = build_gf_tables(bch, prim_poly); in bch_init()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c1090 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables() function
1354 err = build_gf_tables(bch, prim_poly); in init_bch()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c757 static int build_gf_tables(int mm, unsigned int poly, in build_gf_tables() function
798 if (addr && build_gf_tables(degree, poly, addr, addr + table_size)) in create_lookup_table()