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

/linux-master/lib/
H A Dbch.c92 #define BCH_ECC_WORDS(_p) DIV_ROUND_UP(GF_M(_p)*GF_T(_p), 32) macro
135 const int l = BCH_ECC_WORDS(bch)-1;
156 unsigned int i, nwords = BCH_ECC_WORDS(bch)-1;
178 unsigned int i, nwords = BCH_ECC_WORDS(bch)-1;
210 const unsigned int l = BCH_ECC_WORDS(bch)-1;
214 const size_t r_bytes = BCH_ECC_WORDS(bch) * sizeof(*r);
1023 const unsigned int ecc_words = BCH_ECC_WORDS(bch);
1118 const int l = BCH_ECC_WORDS(bch);

Completed in 160 milliseconds