Lines Matching full:degree
188 /* polynomial degree is the most-significant bit index */ in deg()
199 /* primitive polynomial must be of degree m */ in atmel_pmecc_build_gf_tables()
223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
227 degree = PMECC_GF_DIMENSION_13; in atmel_pmecc_create_gf_tables()
231 degree = PMECC_GF_DIMENSION_14; in atmel_pmecc_create_gf_tables()
245 ret = atmel_pmecc_build_gf_tables(degree, poly, gf_tables); in atmel_pmecc_create_gf_tables()
440 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local
441 int cw_len = BIT(degree) - 1; in atmel_pmecc_substitute()
460 for (j = 0; j < degree; j++) { in atmel_pmecc_substitute()
486 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_get_sigma() local
487 int cw_len = BIT(degree) - 1; in atmel_pmecc_get_sigma()
578 /* Compute degree of the new smu polynomial */ in atmel_pmecc_get_sigma()
636 int degree = sector_size == 512 ? 13 : 14; in atmel_pmecc_err_location() local
657 writel((sector_size * 8) + (degree * strength), in atmel_pmecc_err_location()
671 /* Number of roots == degree of smu hence <= cap */ in atmel_pmecc_err_location()
676 * Number of roots does not match the degree of smu in atmel_pmecc_err_location()