Searched refs:ecccode (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 338 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 D | ecc-sw-hamming.c | 592 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 D | zynq_nand.c | 660 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 D | fsmc_nand.c | 345 uint8_t *ecc_code = chip->buffers->ecccode; in fsmc_read_page_hwecc()
|
H A D | lpc32xx_nand_slc.c | 419 uint8_t *ecc_code = chip->buffers->ecccode; in lpc32xx_read_page_hwecc()
|
H A D | nand_base.c | 1289 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 D | davinci_nand.c | 429 uint8_t *ecc_code = chip->buffers->ecccode; in nand_davinci_read_page_hwecc()
|
H A D | omap_gpmc.c | 591 uint8_t *ecc_code = chip->buffers->ecccode; in omap_read_page_bch()
|
H A D | denali.c | 312 uint8_t *ecc_code = chip->buffers->ecccode; in denali_check_erased_page()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | rawnand.h | 647 uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)]; member
|