Lines Matching full:degree
191 /* polynomial degree is the most-significant bit index */ in deg()
202 /* primitive polynomial must be of degree m */ in atmel_pmecc_build_gf_tables()
226 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
230 degree = PMECC_GF_DIMENSION_13; in atmel_pmecc_create_gf_tables()
234 degree = PMECC_GF_DIMENSION_14; in atmel_pmecc_create_gf_tables()
248 ret = atmel_pmecc_build_gf_tables(degree, poly, gf_tables); in atmel_pmecc_create_gf_tables()
451 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local
452 int cw_len = BIT(degree) - 1; in atmel_pmecc_substitute()
471 for (j = 0; j < degree; j++) { in atmel_pmecc_substitute()
497 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_get_sigma() local
498 int cw_len = BIT(degree) - 1; in atmel_pmecc_get_sigma()
589 /* Compute degree of the new smu polynomial */ in atmel_pmecc_get_sigma()
647 int degree = sector_size == 512 ? 13 : 14; in atmel_pmecc_err_location() local
668 writel((sector_size * 8) + (degree * strength), in atmel_pmecc_err_location()
682 /* Number of roots == degree of smu hence <= cap */ in atmel_pmecc_err_location()
687 * Number of roots does not match the degree of smu in atmel_pmecc_err_location()