Lines Matching refs:degree
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()
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()