Searched refs:ecc_bits (Results 1 – 7 of 7) sorted by relevance
| /u-boot/tools/ |
| A D | atmel_pmecc_params.c | 30 unsigned int ecc_bits = CONFIG_PMECC_CAP; in main() local 39 pmecc_get_ecc_bytes(ecc_bits, sector_size) * sector_per_page; in main() 45 printf("eccBits=%d,", ecc_bits); in main()
|
| A D | atmelimage.c | 33 int ecc_bits; member 82 pmecc.ecc_bits = strtol(param, NULL, 10); in atmel_find_pmecc_parameter_in_token() 267 switch (pmecc.ecc_bits) { in atmel_vrec_header() 286 pmecc.ecc_bits); in atmel_vrec_header()
|
| /u-boot/include/linux/ |
| A D | bch.h | 41 unsigned int ecc_bits; member
|
| /u-boot/board/ge/common/ |
| A D | vpd_reader.c | 51 static int verify_bch(int ecc_bits, unsigned int prim_poly, u8 *data, in verify_bch() argument 59 struct bch_control *bch = init_bch(gfo, ecc_bits, prim_poly); in verify_bch()
|
| /u-boot/lib/ |
| A D | bch.c | 394 s = bch->ecc_bits; in compute_syndromes() 968 const unsigned int k = 8*len+bch->ecc_bits; in chien_search() 1045 if (8*len > (bch->n-bch->ecc_bits)) in decode_bch() 1083 nbits = (len*8)+bch->ecc_bits; in decode_bch() 1132 const int plen = DIV_ROUND_UP(bch->ecc_bits+1, 32); in build_mod8_tables() 1133 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() 1267 bch->ecc_bits = g->deg; in compute_generator_polynomial()
|
| /u-boot/include/linux/mtd/ |
| A D | rawnand.h | 323 u8 ecc_bits; member 358 u8 ecc_bits; member 391 u8 ecc_bits; member
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_base.c | 3881 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_ext_param_page() 3967 if (p->ecc_bits != 0xff) { in nand_flash_detect_onfi() 3968 chip->ecc_strength_ds = p->ecc_bits; in nand_flash_detect_onfi() 4069 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_jedec()
|
Completed in 25 milliseconds