Home
last modified time | relevance | path

Searched defs:eccbytes (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-bch.c112 unsigned int eccbytes = engine_conf->code_size; in nand_ecc_sw_bch_init() local
297 int eccbytes = engine_conf->code_size; in nand_ecc_sw_bch_prepare_io_req() local
335 int eccbytes = engine_conf->code_size; in nand_ecc_sw_bch_finish_io_req() local
H A Decc-sw-hamming.c551 int eccbytes = engine_conf->code_size; in nand_ecc_sw_hamming_prepare_io_req() local
589 int eccbytes = engine_conf->code_size; in nand_ecc_sw_hamming_finish_io_req() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c147 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
178 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
H A Dmxc_nand.c443 int eccbytes = chip->ecc.bytes; local
488 int eccbytes = chip->ecc.bytes; local
580 int eccbytes = chip->ecc.bytes; local
620 int eccbytes = chip->ecc.bytes; local
H A Dam335x_spl_bch.c157 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
H A Dnand_base.c1244 int eccbytes = chip->ecc.bytes; in nand_read_page_raw_syndrome() local
1285 int eccbytes = chip->ecc.bytes; in nand_read_page_swecc() local
1435 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc() local
1497 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc_oob_first() local
1555 int eccbytes = chip->ecc.bytes; in nand_read_page_syndrome() local
2180 int eccbytes = chip->ecc.bytes; in nand_write_page_raw_syndrome() local
2221 int eccbytes = chip->ecc.bytes; in nand_write_page_swecc() local
2250 int eccbytes = chip->ecc.bytes; in nand_write_page_hwecc() local
2350 int eccbytes = chip->ecc.bytes; in nand_write_page_syndrome() local
H A Dnand_bch.c118 unsigned int eccbytes = nand->ecc.bytes; in nand_bch_init() local
H A Dzynq_nand.c624 int eccbytes = chip->ecc.bytes; in zynq_nand_write_page_swecc() local
657 int eccbytes = chip->ecc.bytes; in zynq_nand_read_page_hwecc() local
729 int eccbytes = chip->ecc.bytes; in zynq_nand_read_page_swecc() local
H A Dfsmc_nand.c341 int eccbytes = chip->ecc.bytes; in fsmc_read_page_hwecc() local
H A Datmel_nand.c487 int i, err_nbr, eccbytes; in pmecc_correction() local
1024 int eccbytes = chip->ecc.bytes; in atmel_nand_read_page() local
1313 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
H A Ddavinci_nand.c425 int eccbytes = chip->ecc.bytes; in nand_davinci_read_page_hwecc() local
H A Domap_gpmc.c587 int eccbytes = chip->ecc.bytes; in omap_read_page_bch() local
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c118 int eccbytes = DIV_ROUND_UP(info->ecc_strength * 14, 8); in write_page() local
346 int eccbytes, eccsteps; in check_image_info() local
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h203 __u32 eccbytes; member
224 __u32 eccbytes; member
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c171 int eccbytes; member
280 int i, max_eccbytes, eccbytes = 0, eccstrength = 0; in atmel_pmecc_prepare_user_req() local
687 int eccbytes = user->eccbytes; in atmel_pmecc_correct_sector() local
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h270 __u32 eccbytes; member
291 __u32 eccbytes; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2998 int eccbytes = chip->ecc.bytes; in nand_read_page_raw_syndrome() local
3060 int eccbytes = chip->ecc.bytes; in nand_read_page_swecc() local
3219 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc() local
3292 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc_oob_first() local
3358 int eccbytes = chip->ecc.bytes; in nand_read_page_syndrome() local
4109 int eccbytes = chip->ecc.bytes; in nand_write_page_raw_syndrome() local
4170 int eccbytes = chip->ecc.bytes; in nand_write_page_swecc() local
4199 int eccbytes = chip->ecc.bytes; in nand_write_page_hwecc() local
4316 int eccbytes = chip->ecc.bytes; in nand_write_page_syndrome() local
H A Dtxx9ndfmc.c171 int eccbytes; in txx9ndfmc_calculate_ecc() local
H A Domap2.c1005 int eccbytes = info->nand.ecc.bytes; in _omap_calculate_ecc_bch() local
1147 int eccbytes = info->nand.ecc.bytes; in omap_calculate_ecc_bch_multi() local
H A Drenesas-nand-controller.c976 unsigned int eccbytes = round_up(chip->ecc.bytes, 4) * chip->ecc.steps; in rnandc_ooblayout_ecc() local
991 unsigned int eccbytes = round_up(chip->ecc.bytes, 4) * chip->ecc.steps; in rnandc_ooblayout_free() local
H A Dstm32_fmc2_nand.c682 int eccbytes = chip->ecc.bytes; in stm32_fmc2_nfc_read_page() local
1032 int eccbytes = chip->ecc.bytes; in stm32_fmc2_nfc_seq_correct() local
H A Dfsmc_nand.c710 int eccbytes = chip->ecc.bytes; in fsmc_read_page_hwecc() local
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c187 int eccbytes; in ingenic_nand_attach_chip() local
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h143 __u32 eccbytes; member
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1428 int eccbytes; in gpmi_count_bitflips() local

12