Home
last modified time | relevance | path

Searched refs:ecc_bits (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Datmel_pmecc_params.c31 unsigned int ecc_bits = CONFIG_PMECC_CAP; in main() local
40 pmecc_get_ecc_bytes(ecc_bits, sector_size) * sector_per_page; in main()
46 printf("eccBits=%d,", ecc_bits); in main()
H A Datmelimage.c34 int ecc_bits; member
83 pmecc.ecc_bits = strtol(param, NULL, 10); in atmel_find_pmecc_parameter_in_token()
268 switch (pmecc.ecc_bits) { in atmel_vrec_header()
287 pmecc.ecc_bits); in atmel_vrec_header()
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dflash.c180 if (error_ecc_bits >= (u32)nand_para.ecc_bits - 3) { in flash_read_page_raw()
352 rkflash_print_info("ecc_bits: %x\n", nand_para.ecc_bits); in flash_show_info()
406 g_nand_phy_info.ecc_bits = nand_para.ecc_bits; in flash_ftl_ops_init()
510 nand_para.ecc_bits = 70; in nandc_flash_init()
522 flash_bch_sel(nand_para.ecc_bits); in nandc_flash_init()
H A Dflash_com.h61 u8 ecc_bits; member
H A Dflash.h116 u8 ecc_bits; member
H A Dsfc_nand.c1294 g_nand_phy_info.ecc_bits = p_nand_info->max_ecc_bits; in sfc_nand_ftl_ops_init()
/rk3399_rockchip-uboot/include/linux/
H A Dbch.h42 unsigned int ecc_bits; member
/rk3399_rockchip-uboot/lib/
H A Dbch.c385 s = bch->ecc_bits; in compute_syndromes()
959 const unsigned int k = 8*len+bch->ecc_bits; in chien_search()
1036 if (8*len > (bch->n-bch->ecc_bits)) in decode_bch()
1074 nbits = (len*8)+bch->ecc_bits; in decode_bch()
1123 const int plen = DIV_ROUND_UP(bch->ecc_bits+1, 32); in build_mod8_tables()
1124 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables()
1258 bch->ecc_bits = g->deg; in compute_generator_polynomial()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h317 u8 ecc_bits; member
352 u8 ecc_bits; member
405 u8 ecc_bits; member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c71 u8 ecc_bits; member
288 .ecc_bits = 0, in rkusb_do_read_flash_info()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c3857 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_ext_param_page()
3970 if (p->ecc_bits != 0xff) { in nand_flash_detect_onfi()
3971 chip->ecc_strength_ds = p->ecc_bits; in nand_flash_detect_onfi()
4079 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_jedec()