Home
last modified time | relevance | path

Searched defs:GF_POLY_SZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/
H A Dbch.c110 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) macro
/openbmc/u-boot/lib/
H A Dbch.c117 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) macro