Home
last modified time | relevance | path

Searched refs:a_log_tab (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dbch.c372 return bch->a_log_tab[x]; in a_log()
599 bch->a_log_tab[poly->c[1]]); in find_poly_deg1_roots()
614 l0 = bch->a_log_tab[poly->c[0]]; in find_poly_deg2_roots()
615 l1 = bch->a_log_tab[poly->c[1]]; in find_poly_deg2_roots()
616 l2 = bch->a_log_tab[poly->c[2]]; in find_poly_deg2_roots()
637 bch->a_log_tab[r]+l2); in find_poly_deg2_roots()
639 bch->a_log_tab[r^1]+l2); in find_poly_deg2_roots()
1107 bch->a_log_tab[x] = i; in build_gf_tables()
1116 bch->a_log_tab[0] = 0; in build_gf_tables()
1345 bch->a_log_tab = bch_alloc((1+bch->n)*sizeof(*bch->a_log_tab), &err); in init_bch()
[all …]
/openbmc/linux/lib/
H A Dbch.c359 return bch->a_log_tab[x]; in a_log()
586 bch->a_log_tab[poly->c[1]]); in find_poly_deg1_roots()
601 l0 = bch->a_log_tab[poly->c[0]]; in find_poly_deg2_roots()
602 l1 = bch->a_log_tab[poly->c[1]]; in find_poly_deg2_roots()
603 l2 = bch->a_log_tab[poly->c[2]]; in find_poly_deg2_roots()
624 bch->a_log_tab[r]+l2); in find_poly_deg2_roots()
626 bch->a_log_tab[r^1]+l2); in find_poly_deg2_roots()
1097 bch->a_log_tab[x] = i; in build_gf_tables()
1106 bch->a_log_tab[0] = 0; in build_gf_tables()
1343 bch->a_log_tab = bch_alloc((1+bch->n)*sizeof(*bch->a_log_tab), &err); in bch_init()
[all …]
/openbmc/u-boot/include/linux/
H A Dbch.h45 uint16_t *a_log_tab; member
/openbmc/linux/include/linux/
H A Dbch.h46 uint16_t *a_log_tab; member