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()
448 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local
449 int cw_len = BIT(degree) - 1; in atmel_pmecc_substitute()
468 for (j = 0; j < degree; j++) { in atmel_pmecc_substitute()
494 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_get_sigma() local
495 int cw_len = BIT(degree) - 1; in atmel_pmecc_get_sigma()
586 /* Compute degree of the new smu polynomial */ in atmel_pmecc_get_sigma()
644 int degree = sector_size == 512 ? 13 : 14; in atmel_pmecc_err_location() local
665 writel((sector_size * 8) + (degree * strength), in atmel_pmecc_err_location()
679 /* Number of roots == degree of smu hence <= cap */ in atmel_pmecc_err_location()
684 * Number of roots does not match the degree of smu in atmel_pmecc_err_location()