Searched defs:poly (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/mtd/nand/raw/ |
A D | omap_elm.c | 32 static void elm_load_syndromes(u8 *syndrome, enum bch_level bch_type, u8 poly) in elm_load_syndromes() 96 u8 poly = ELM_DEFAULT_POLY; in elm_check_error() local 146 u8 poly = ELM_DEFAULT_POLY; in elm_config() local
|
A D | atmel_nand.c | 761 static inline int deg(unsigned int poly) in deg() 767 static int build_gf_tables(int mm, unsigned int poly, in build_gf_tables() 800 unsigned int poly = (sector_size == 512) ? in create_lookup_table() local
|
/u-boot/lib/ |
A D | crc32c.c | 29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init() local
|
A D | bch.c | 124 struct gf_poly poly; member 324 static inline int deg(unsigned int poly) in deg() 391 uint32_t poly; in compute_syndromes() local 594 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 609 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 651 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 684 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 924 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1099 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|
A D | crc32.c | 67 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/u-boot/tools/ |
A D | pbl_crc32.c | 17 uint32_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
/u-boot/drivers/w1-eeprom/ |
A D | ds2502.c | 40 static const u8 poly = 0x8C; /* (1 + x^4 + x^5) + x^8 */ in ds2502_crc8() local
|
Completed in 13 milliseconds