Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dbch.c94 #define BCH_ECC_WORDS(_p) DIV_ROUND_UP(GF_M(_p)*GF_T(_p), 32) macro
160 const int l = BCH_ECC_WORDS(bch)-1; in encode_bch_unaligned()
179 unsigned int i, nwords = BCH_ECC_WORDS(bch)-1; in load_ecc8()
195 unsigned int i, nwords = BCH_ECC_WORDS(bch)-1; in store_ecc8()
227 const unsigned int l = BCH_ECC_WORDS(bch)-1; in encode_bch()
1029 const unsigned int ecc_words = BCH_ECC_WORDS(bch); in decode_bch()
1121 const int l = BCH_ECC_WORDS(bch); in build_mod8_tables()