Searched defs:poly (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | omap_elm.c | 33 static void elm_load_syndromes(u8 *syndrome, enum bch_level bch_type, u8 poly) in elm_load_syndromes() 97 u8 poly = ELM_DEFAULT_POLY; in elm_check_error() local 147 u8 poly = ELM_DEFAULT_POLY; in elm_config() local
|
| H A D | atmel_nand.c | 751 static inline int deg(unsigned int poly) in deg() 757 static int build_gf_tables(int mm, unsigned int poly, in build_gf_tables() 790 unsigned int poly = (sector_size == 512) ? in create_lookup_table() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | crc32c.c | 29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init() local
|
| H A D | bch.c | 115 struct gf_poly poly; member 315 static inline int deg(unsigned int poly) in deg() 382 uint32_t poly; in compute_syndromes() local 585 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 600 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 642 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 675 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 915 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1090 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|
| H A D | crc32.c | 63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | pbl_crc32.c | 17 uint32_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display_helper.c | 21 unsigned long poly; /* polynomial exclusive-or pattern */ in rockchip_display_make_crc32_table() local
|