Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c148 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
179 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
H A Dmxc_nand.c444 int eccbytes = chip->ecc.bytes; local
489 int eccbytes = chip->ecc.bytes; local
581 int eccbytes = chip->ecc.bytes; local
621 int eccbytes = chip->ecc.bytes; local
H A Dam335x_spl_bch.c158 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
H A Dnand_bch.c118 unsigned int eccbytes = nand->ecc.bytes; in nand_bch_init() local
H A Dnand_base.c1797 int eccbytes = chip->ecc.bytes; in nand_read_page_raw_syndrome() local
1855 int eccbytes = chip->ecc.bytes; in nand_read_page_swecc() local
2014 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc() local
2084 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc_oob_first() local
2151 int eccbytes = chip->ecc.bytes; in nand_read_page_syndrome() local
2827 int eccbytes = chip->ecc.bytes; in nand_write_page_raw_syndrome() local
2885 int eccbytes = chip->ecc.bytes; in nand_write_page_swecc() local
2914 int eccbytes = chip->ecc.bytes; in nand_write_page_hwecc() local
3026 int eccbytes = chip->ecc.bytes; in nand_write_page_syndrome() local
H A Dzynq_nand.c625 int eccbytes = chip->ecc.bytes; in zynq_nand_write_page_swecc() local
658 int eccbytes = chip->ecc.bytes; in zynq_nand_read_page_hwecc() local
730 int eccbytes = chip->ecc.bytes; in zynq_nand_read_page_swecc() local
H A Datmel_nand.c488 int i, err_nbr, eccbytes; in pmecc_correction() local
1025 int eccbytes = chip->ecc.bytes; in atmel_nand_read_page() local
1314 int eccbytes = CONFIG_SYS_NAND_ECCBYTES; in nand_read_page() local
H A Dfsmc_nand.c342 int eccbytes = chip->ecc.bytes; in fsmc_read_page_hwecc() local
H A Ddavinci_nand.c426 int eccbytes = chip->ecc.bytes; in nand_davinci_read_page_hwecc() local
H A Domap_gpmc.c588 int eccbytes = chip->ecc.bytes; in omap_read_page_bch() local
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_bch.c113 unsigned int eccbytes = nand->ecc.bytes; in nand_bch_init() local
H A Dnand_base.c2672 int eccbytes = chip->ecc.bytes; in nand_read_page_raw_syndrome() local
2734 int eccbytes = chip->ecc.bytes; in nand_read_page_swecc() local
2893 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc() local
2965 int eccbytes = chip->ecc.bytes; in nand_read_page_syndrome() local
3645 int eccbytes = chip->ecc.bytes; in nand_write_page_raw_syndrome() local
3706 int eccbytes = chip->ecc.bytes; in nand_write_page_swecc() local
3735 int eccbytes = chip->ecc.bytes; in nand_write_page_hwecc() local
3852 int eccbytes = chip->ecc.bytes; in nand_write_page_syndrome() local
H A Dtxx9ndfmc.c172 int eccbytes; in txx9ndfmc_calculate_ecc() local
H A Ddavinci_nand.c391 int eccbytes = chip->ecc.bytes; in nand_davinci_read_page_hwecc_oob_first() local
H A Domap2.c1144 int eccbytes = info->nand.ecc.bytes; in _omap_calculate_ecc_bch() local
1286 int eccbytes = info->nand.ecc.bytes; in omap_calculate_ecc_bch_multi() local
H A Dstm32_fmc2_nand.c678 int eccbytes = chip->ecc.bytes; in stm32_fmc2_nfc_read_page() local
1026 int eccbytes = chip->ecc.bytes; in stm32_fmc2_nfc_seq_correct() local
H A Dfsmc_nand.c699 int eccbytes = chip->ecc.bytes; in fsmc_read_page_hwecc() local
/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h215 __u32 eccbytes; member
236 __u32 eccbytes; member
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dmtd-abi.h204 __u32 eccbytes; member
225 __u32 eccbytes; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/
H A Dmtd-abi.h214 __u32 eccbytes; member
235 __u32 eccbytes; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/
H A Dmtd-abi.h214 __u32 eccbytes; member
235 __u32 eccbytes; member
/OK3568_Linux_fs/kernel/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
695 int eccbytes = user->eccbytes; in atmel_pmecc_correct_sector() local
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c187 int eccbytes; in ingenic_nand_attach_chip() local
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h148 __u32 eccbytes; member

12