/linux/drivers/mtd/nand/raw/ |
A D | mtk_ecc.c | 118 static inline void mtk_ecc_wait_idle(struct mtk_ecc *ecc, in mtk_ecc_wait_idle() 135 struct mtk_ecc *ecc = id; in mtk_ecc_irq() local 240 void mtk_ecc_release(struct mtk_ecc *ecc) in mtk_ecc_release() 247 static void mtk_ecc_hw_init(struct mtk_ecc *ecc) in mtk_ecc_hw_init() 259 struct mtk_ecc *ecc; in mtk_ecc_get() local 279 struct mtk_ecc *ecc = NULL; in of_mtk_ecc_get() local 336 void mtk_ecc_disable(struct mtk_ecc *ecc) in mtk_ecc_disable() 425 void mtk_ecc_adjust_strength(struct mtk_ecc *ecc, u32 *p) in mtk_ecc_adjust_strength() 497 struct mtk_ecc *ecc; in mtk_ecc_probe() local 552 struct mtk_ecc *ecc = dev_get_drvdata(dev); in mtk_ecc_suspend() local [all …]
|
A D | sunxi_nand.c | 196 struct sunxi_nand_hw_ecc *ecc; member 604 bool ecc) in sunxi_nfc_randomizer_state() 624 bool ecc) in sunxi_nfc_randomizer_config() 671 bool ecc, int page) in sunxi_nfc_randomizer_write_buf() 680 int len, bool ecc, int page) in sunxi_nfc_randomizer_read_buf() 775 struct nand_ecc_ctrl *ecc = &nand->ecc; in sunxi_nfc_hw_ecc_correct() local 815 struct nand_ecc_ctrl *ecc = &nand->ecc; in sunxi_nfc_hw_ecc_read_chunk() local 893 struct nand_ecc_ctrl *ecc = &nand->ecc; in sunxi_nfc_hw_ecc_read_extra_oob() local 921 struct nand_ecc_ctrl *ecc = &nand->ecc; in sunxi_nfc_hw_ecc_read_chunks_dma() local 1049 struct nand_ecc_ctrl *ecc = &nand->ecc; in sunxi_nfc_hw_ecc_write_chunk() local [all …]
|
A D | qcom_nandc.c | 697 struct nand_ecc_ctrl *ecc = &chip->ecc; in nandc_set_read_loc() local 1153 struct nand_ecc_ctrl *ecc = &chip->ecc; in config_nand_cw_read() local 1476 struct nand_ecc_ctrl *ecc = &chip->ecc; in parse_erase_write_errors() local 1526 struct nand_ecc_ctrl *ecc = &chip->ecc; in qcom_nandc_command() local 1676 struct nand_ecc_ctrl *ecc = &chip->ecc; in qcom_nandc_read_cw_raw() local 1763 struct nand_ecc_ctrl *ecc = &chip->ecc; in check_for_erased_page() local 1822 struct nand_ecc_ctrl *ecc = &chip->ecc; in parse_read_errors() local 1924 struct nand_ecc_ctrl *ecc = &chip->ecc; in read_page_ecc() local 2004 struct nand_ecc_ctrl *ecc = &chip->ecc; in copy_last_cw() local 2054 struct nand_ecc_ctrl *ecc = &chip->ecc; in qcom_nandc_read_page_raw() local [all …]
|
A D | rockchip-nand-controller.c | 266 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_select_chip() local 513 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_write_page_raw() local 594 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_write_page_hwecc() local 703 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_read_page_raw() local 757 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_read_page_hwecc() local 972 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_ecc_init() local 1017 struct nand_ecc_ctrl *ecc = &chip->ecc; in rk_nfc_attach_chip() local
|
A D | nand_jedec.c | 30 struct jedec_ecc_info *ecc; in nand_jedec_detect() local
|
A D | nand_onfi.c | 41 struct onfi_ext_ecc_info *ecc; in nand_flash_detect_ext_param_page() local
|
A D | stm32_fmc2_nand.c | 483 static void stm32_fmc2_nfc_ham_set_ecc(const u32 ecc_sta, u8 *ecc) in stm32_fmc2_nfc_ham_set_ecc() 491 u8 *ecc) in stm32_fmc2_nfc_ham_calculate() 572 u8 *ecc) in stm32_fmc2_nfc_bch_calculate() 1645 struct nand_ecc_ctrl *ecc = &chip->ecc; in stm32_fmc2_nfc_ooblayout_ecc() local 1660 struct nand_ecc_ctrl *ecc = &chip->ecc; in stm32_fmc2_nfc_ooblayout_free() local
|
A D | ndfc.c | 90 uint32_t ecc; in ndfc_calculate_ecc() local
|
A D | denali.c | 246 struct nand_ecc_ctrl *ecc = &chip->ecc; in denali_payload_xfer() local 283 struct nand_ecc_ctrl *ecc = &chip->ecc; in denali_oob_xfer() local 413 struct nand_ecc_ctrl *ecc = &chip->ecc; in denali_check_erased_page() local
|
/linux/drivers/mtd/nand/raw/ingenic/ |
A D | ingenic_ecc.c | 27 int ingenic_ecc_calculate(struct ingenic_ecc *ecc, in ingenic_ecc_calculate() 47 int ingenic_ecc_correct(struct ingenic_ecc *ecc, in ingenic_ecc_correct() 68 struct ingenic_ecc *ecc; in ingenic_ecc_get() local 92 struct ingenic_ecc *ecc = NULL; in of_ingenic_ecc_get() local 115 void ingenic_ecc_release(struct ingenic_ecc *ecc) in ingenic_ecc_release() 124 struct ingenic_ecc *ecc; in ingenic_ecc_probe() local
|
A D | jz4740_ecc.c | 45 static void jz4740_ecc_reset(struct ingenic_ecc *ecc, bool calc_ecc) in jz4740_ecc_reset() 65 static int jz4740_ecc_calculate(struct ingenic_ecc *ecc, in jz4740_ecc_calculate() 117 static int jz4740_ecc_correct(struct ingenic_ecc *ecc, in jz4740_ecc_correct() 164 static void jz4740_ecc_disable(struct ingenic_ecc *ecc) in jz4740_ecc_disable()
|
A D | ingenic_ecc.h | 39 int ingenic_ecc_calculate(struct ingenic_ecc *ecc, in ingenic_ecc_calculate() 46 int ingenic_ecc_correct(struct ingenic_ecc *ecc, in ingenic_ecc_correct() 53 void ingenic_ecc_release(struct ingenic_ecc *ecc) in ingenic_ecc_release()
|
A D | ingenic_nand_drv.c | 44 struct ingenic_ecc *ecc; member 75 struct nand_ecc_ctrl *ecc = &chip->ecc; in qi_lb60_ooblayout_ecc() local 90 struct nand_ecc_ctrl *ecc = &chip->ecc; in qi_lb60_ooblayout_free() local 110 struct nand_ecc_ctrl *ecc = &chip->ecc; in jz4725b_ooblayout_ecc() local 125 struct nand_ecc_ctrl *ecc = &chip->ecc; in jz4725b_ooblayout_free() local
|
/linux/drivers/dma/ti/ |
A D | edma.c | 228 struct edma_cc *ecc; member 444 struct edma_cc *ecc = echan->ecc; in edma_set_chmap() local 455 struct edma_cc *ecc = echan->ecc; in edma_setup_interrupt() local 600 struct edma_cc *ecc = echan->ecc; in edma_start() local 627 struct edma_cc *ecc = echan->ecc; in edma_stop() local 673 struct edma_cc *ecc = echan->ecc; in edma_trigger_channel() local 686 struct edma_cc *ecc = echan->ecc; in edma_clean_channel() local 1550 struct edma_cc *ecc = data; in dma_irq_handler() local 1649 struct edma_cc *ecc = data; in dma_ccerr_handler() local 2077 struct edma_cc *ecc) in edma_setup_from_hw() [all …]
|
/linux/fs/ocfs2/ |
A D | blockcheck.c | 353 u32 ecc; in ocfs2_block_check_compute() local 385 u32 crc, ecc; in ocfs2_block_check_validate() local 445 u32 crc, ecc; in ocfs2_block_check_compute_bhs() local 492 u32 crc, ecc, fix; in ocfs2_block_check_validate_bhs() local
|
/linux/drivers/scsi/csiostor/ |
A D | csio_hw_t5.c | 147 uint64_t *ecc) in csio_t5_mc_read() 194 uint64_t *ecc) in csio_t5_edc_read()
|
/linux/drivers/mtd/nand/raw/atmel/ |
A D | pmecc.h | 50 } ecc; member
|
/linux/arch/mips/boot/dts/ingenic/ |
A D | jz4740.dtsi | 280 ecc: ecc-controller@13010100 { label
|
/linux/drivers/usb/storage/ |
A D | alauda.c | 243 static void nand_compute_ecc(unsigned char *data, unsigned char *ecc) in nand_compute_ecc() 267 static int nand_compare_ecc(unsigned char *data, unsigned char *ecc) in nand_compare_ecc() 272 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) in nand_store_ecc() 805 unsigned char ecc[3]; in alauda_write_lba() local
|
A D | sddr09.c | 212 static void nand_compute_ecc(unsigned char *data, unsigned char *ecc) { in nand_compute_ecc() 235 static int nand_compare_ecc(unsigned char *data, unsigned char *ecc) { in nand_compare_ecc() 239 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) { in nand_store_ecc() 860 unsigned char ecc[3]; in sddr09_write_lba() local
|
/linux/fs/pstore/ |
A D | ram_core.c | 99 uint8_t *data, size_t len, uint8_t *ecc) in persistent_ram_encode_rs8() 112 void *data, size_t len, uint8_t *ecc) in persistent_ram_decode_rs8()
|
/linux/drivers/crypto/ccp/ |
A D | ccp-ops.c | 2162 struct ccp_ecc_engine *ecc = &cmd->u.ecc; in ccp_run_ecc_mm_cmd() local 2269 struct ccp_ecc_engine *ecc = &cmd->u.ecc; in ccp_run_ecc_pm_cmd() local 2439 struct ccp_ecc_engine *ecc = &cmd->u.ecc; in ccp_run_ecc_cmd() local
|
/linux/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_asm.c | 313 u8 ecc = 0; in nfp_ustore_calc_ecc_insn() local
|
/linux/drivers/net/can/spi/mcp251xfd/ |
A D | mcp251xfd-core.c | 945 struct mcp251xfd_ecc *ecc = &priv->ecc; in mcp251xfd_chip_ecc_init() local 973 struct mcp251xfd_ecc *ecc = &priv->ecc; in mcp251xfd_ecc_tefif_successful() local 1921 struct mcp251xfd_ecc *ecc = &priv->ecc; in mcp251xfd_handle_serrif() local 2001 struct mcp251xfd_ecc *ecc = &priv->ecc; in mcp251xfd_handle_eccif_recover() local 2049 struct mcp251xfd_ecc *ecc = &priv->ecc; in mcp251xfd_handle_eccif() local
|
/linux/lib/ |
A D | bch.c | 165 uint32_t *ecc) in bch_encode_unaligned() 242 unsigned int len, uint8_t *ecc) in bch_encode() 404 static void compute_syndromes(struct bch_control *bch, uint32_t *ecc, in compute_syndromes()
|