Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dbch.c95 #define BCH_ECC_MAX_WORDS DIV_ROUND_UP(BCH_MAX_M * BCH_MAX_T, 32) macro
213 uint32_t w, r[BCH_ECC_MAX_WORDS]; in bch_encode()