Searched refs:ecc_bytes (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | denali.c | 316 int ecc_bytes = chip->ecc.bytes; in denali_check_erased_page() local 329 ecc_code, ecc_bytes, in denali_check_erased_page() 340 ecc_code += ecc_bytes; in denali_check_erased_page() 641 int ecc_bytes = chip->ecc.bytes; in denali_oob_xfer() local 656 pos = ecc_size + i * (ecc_size + ecc_bytes); in denali_oob_xfer() 657 len = ecc_bytes; in denali_oob_xfer() 670 if (len < ecc_bytes) { in denali_oob_xfer() 671 len = ecc_bytes - len; in denali_oob_xfer() 698 int ecc_bytes = chip->ecc.bytes; in denali_read_page_raw() local 711 pos = i * (ecc_size + ecc_bytes); in denali_read_page_raw() [all …]
|
| H A D | sunxi_nand_spl.c | 253 static const int ecc_bytes[] = {32, 46, 54, 60, 74, 88, 102, 110, 116}; variable 260 int oob_chunk_sz = ecc_bytes[conf->ecc_strength]; in nand_read_page() 357 for (i = 0; i < ARRAY_SIZE(ecc_bytes); i++) { in nand_max_ecc_strength() 358 if (ecc_bytes[i] > max_ecc_bytes) in nand_max_ecc_strength()
|
| H A D | nand_bch.c | 143 if (nbc->bch->ecc_bytes != eccbytes) { in nand_bch_init() 145 eccbytes, nbc->bch->ecc_bytes); in nand_bch_init()
|
| H A D | nand_base.c | 2960 int ecc_bytes = chip->ecc.bytes; in nand_write_subpage_hwecc() local 2980 memset(ecc_calc, 0xff, ecc_bytes); in nand_write_subpage_hwecc() 2990 ecc_calc += ecc_bytes; in nand_write_subpage_hwecc() 4740 int nsteps, ecc_bytes; in nand_check_ecc_caps() local 4761 ecc_bytes = caps->calc_ecc_bytes(preset_step, in nand_check_ecc_caps() 4763 if (WARN_ON_ONCE(ecc_bytes < 0)) in nand_check_ecc_caps() 4764 return ecc_bytes; in nand_check_ecc_caps() 4766 if (ecc_bytes * nsteps > oobavail) { in nand_check_ecc_caps() 4772 chip->ecc.bytes = ecc_bytes; in nand_check_ecc_caps() 4802 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local [all …]
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | bch.h | 43 unsigned int ecc_bytes; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ata.h | 154 unsigned short ecc_bytes; /* for r/w long cmds; 0 = not_specified */ member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 1337 bch->ecc_bytes = DIV_ROUND_UP(m*t, 8); in init_bch()
|