Searched refs:ecc_offset (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | atmel_pmecc_params.c | 32 unsigned int ecc_offset; in main() local 39 ecc_offset = oob_size - in main() 47 printf("eccOffset=%d", ecc_offset); in main()
|
| H A D | atmelimage.c | 36 int ecc_offset; member 89 pmecc.ecc_offset = strtol(param, NULL, 10); in atmel_find_pmecc_parameter_in_token() 252 tmp |= (pmecc.ecc_offset & 0x1ff) << 18; in atmel_vrec_header()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/ |
| H A D | ecc.c | 293 int ecc_offset = 0; in nand_ooblayout_free_lp_hamming() local 300 ecc_offset = 40; in nand_ooblayout_free_lp_hamming() 303 ecc_offset = 80; in nand_ooblayout_free_lp_hamming() 311 oobregion->length = ecc_offset - 2; in nand_ooblayout_free_lp_hamming() 313 oobregion->offset = ecc_offset + total_ecc_bytes; in nand_ooblayout_free_lp_hamming()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 995 unsigned int bch_prim_poly = 0, bch_gf_mag = 0, ecc_offset; in anfc_init_hw_ecc_controller() local 1053 ecc_offset = mtd->writesize + mtd->oobsize - anand->ecc_total; in anfc_init_hw_ecc_controller() 1054 anand->ecc_conf = ECC_CONF_COL(ecc_offset) | in anfc_init_hw_ecc_controller()
|
| H A D | marvell_nand.c | 1237 int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page_raw() local 1269 nand_read_data_op(chip, oob + ecc_offset + in marvell_nfc_hw_ecc_bch_read_page_raw() 1495 int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_write_page_raw() local 1528 nand_write_data_op(chip, chip->oob_poi + ecc_offset, in marvell_nfc_hw_ecc_bch_write_page_raw() 1532 ecc_offset += ALIGN(ecc_len, 32); in marvell_nfc_hw_ecc_bch_write_page_raw()
|
| H A D | stm32_fmc2_nand.c | 741 u32 ecc_offset = mtd->writesize + FMC2_BBM_LEN; in stm32_fmc2_nfc_rw_page_init() local 813 cfg[4] |= FIELD_PREP(FMC2_CSQCAR2_SAO, ecc_offset >> 1); in stm32_fmc2_nfc_rw_page_init() 815 cfg[4] |= FIELD_PREP(FMC2_CSQCAR2_SAO, ecc_offset); in stm32_fmc2_nfc_rw_page_init()
|