Home
last modified time | relevance | path

Searched refs:ecc_buf (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dbch.h48 uint32_t *ecc_buf; member
/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c231 uint32_t *ecc_buf; member
551 &host->ecc_buf[i], 4, DMA_DEV_TO_MEM); in lpc32xx_xfer()
578 host->ecc_buf[chip->ecc.steps - 1] = in lpc32xx_xfer()
627 lpc32xx_slc_ecc_copy(tmpecc, (uint32_t *) host->ecc_buf, chip->ecc.steps); in lpc32xx_nand_read_page_syndrome()
701 lpc32xx_slc_ecc_copy(pb, (uint32_t *)host->ecc_buf, chip->ecc.steps); in lpc32xx_nand_write_page_syndrome()
790 host->ecc_buf = (uint32_t *)(host->data_buf + LPC32XX_DMA_DATA_SIZE); in lpc32xx_nand_attach_chip()
H A Dsh_flctl.c488 unsigned long *ecc_buf = (unsigned long *)buff; in read_ecfiforeg() local
494 ecc_buf[i] = readl(FLECFIFO(flctl)); in read_ecfiforeg()
495 ecc_buf[i] = be32_to_cpu(ecc_buf[i]); in read_ecfiforeg()
H A Dstm32_fmc2_nand.c274 u8 *ecc_buf; member
1054 u32 *ecc_sta = (u32 *)nfc->ecc_buf; in stm32_fmc2_nfc_seq_correct()
1614 nfc->ecc_buf = dmam_alloc_coherent(nfc->dev, FMC2_MAX_ECC_BUF_LEN, in stm32_fmc2_nfc_dma_setup()
1616 if (!nfc->ecc_buf) in stm32_fmc2_nfc_dma_setup()