Home
last modified time | relevance | path

Searched refs:ecccode (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-bch.c338 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_bch_finish_io_req() local
358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
372 &ecccode[i], in nand_ecc_sw_bch_finish_io_req()
H A Decc-sw-hamming.c592 u8 *ecccode = engine_conf->code_buf; in nand_ecc_sw_hamming_finish_io_req() local
612 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
626 &ecccode[i], in nand_ecc_sw_hamming_finish_io_req()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c345 uint8_t *ecc_code = chip->buffers->ecccode; in fsmc_read_page_hwecc()
H A Dzynq_nand.c660 u8 *ecc_code = chip->buffers->ecccode; in zynq_nand_read_page_hwecc()
733 u8 *ecc_code = chip->buffers->ecccode; in zynq_nand_read_page_swecc()
H A Dlpc32xx_nand_slc.c419 uint8_t *ecc_code = chip->buffers->ecccode; in lpc32xx_read_page_hwecc()
H A Ddavinci_nand.c429 uint8_t *ecc_code = chip->buffers->ecccode; in nand_davinci_read_page_hwecc()
H A Dnand_base.c1289 uint8_t *ecc_code = chip->buffers->ecccode; in nand_read_page_swecc()
1393 chip->buffers->ecccode[i] = chip->oob_poi[eccpos[i + index]]; in nand_read_subpage()
1400 &chip->buffers->ecccode[i], &chip->buffers->ecccalc[i]); in nand_read_subpage()
1405 &chip->buffers->ecccode[i], in nand_read_subpage()
1439 uint8_t *ecc_code = chip->buffers->ecccode; in nand_read_page_hwecc()
1500 uint8_t *ecc_code = chip->buffers->ecccode; in nand_read_page_hwecc_oob_first()
H A Domap_gpmc.c591 uint8_t *ecc_code = chip->buffers->ecccode; in omap_read_page_bch()
H A Ddenali.c312 uint8_t *ecc_code = chip->buffers->ecccode; in denali_check_erased_page()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h647 uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)]; member