ecc_buf           233 drivers/mtd/nand/raw/lpc32xx_slc.c 	uint32_t		*ecc_buf;
ecc_buf           545 drivers/mtd/nand/raw/lpc32xx_slc.c 				       &host->ecc_buf[i], 4, DMA_DEV_TO_MEM);
ecc_buf           572 drivers/mtd/nand/raw/lpc32xx_slc.c 	host->ecc_buf[chip->ecc.steps - 1] =
ecc_buf           621 drivers/mtd/nand/raw/lpc32xx_slc.c 	lpc32xx_slc_ecc_copy(tmpecc, (uint32_t *) host->ecc_buf, chip->ecc.steps);
ecc_buf           695 drivers/mtd/nand/raw/lpc32xx_slc.c 	lpc32xx_slc_ecc_copy(pb, (uint32_t *)host->ecc_buf, chip->ecc.steps);
ecc_buf           779 drivers/mtd/nand/raw/lpc32xx_slc.c 	host->ecc_buf = (uint32_t *)(host->data_buf + LPC32XX_DMA_DATA_SIZE);
ecc_buf           724 drivers/mtd/nand/raw/omap2.c static void gen_true_ecc(u8 *ecc_buf)
ecc_buf           726 drivers/mtd/nand/raw/omap2.c 	u32 tmp = ecc_buf[0] | (ecc_buf[1] << 16) |
ecc_buf           727 drivers/mtd/nand/raw/omap2.c 		((ecc_buf[2] & 0xF0) << 20) | ((ecc_buf[2] & 0x0F) << 8);
ecc_buf           729 drivers/mtd/nand/raw/omap2.c 	ecc_buf[0] = ~(P64o(tmp) | P64e(tmp) | P32o(tmp) | P32e(tmp) |
ecc_buf           731 drivers/mtd/nand/raw/omap2.c 	ecc_buf[1] = ~(P1024o(tmp) | P1024e(tmp) | P512o(tmp) | P512e(tmp) |
ecc_buf           733 drivers/mtd/nand/raw/omap2.c 	ecc_buf[2] = ~(P4o(tmp) | P4e(tmp) | P2o(tmp) | P2e(tmp) | P1o(tmp) |
ecc_buf           487 drivers/mtd/nand/raw/sh_flctl.c 	unsigned long *ecc_buf = (unsigned long *)buff;
ecc_buf           493 drivers/mtd/nand/raw/sh_flctl.c 			ecc_buf[i] = readl(FLECFIFO(flctl));
ecc_buf           494 drivers/mtd/nand/raw/sh_flctl.c 			ecc_buf[i] = be32_to_cpu(ecc_buf[i]);
ecc_buf           268 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	u8 *ecc_buf;
ecc_buf           945 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		p = fmc2->ecc_buf;
ecc_buf          1097 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	u32 *ecc_sta = (u32 *)fmc2->ecc_buf;
ecc_buf          1625 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	fmc2->ecc_buf = devm_kzalloc(fmc2->dev, FMC2_MAX_ECC_BUF_LEN,
ecc_buf          1627 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	if (!fmc2->ecc_buf)
ecc_buf            47 include/linux/bch.h 	uint32_t       *ecc_buf;
ecc_buf           209 lib/bch.c      		load_ecc8(bch, bch->ecc_buf, ecc);
ecc_buf           211 lib/bch.c      		memset(bch->ecc_buf, 0, r_bytes);
ecc_buf           218 lib/bch.c      		encode_bch_unaligned(bch, data, mlen, bch->ecc_buf);
ecc_buf           228 lib/bch.c      	memcpy(r, bch->ecc_buf, r_bytes);
ecc_buf           254 lib/bch.c      	memcpy(bch->ecc_buf, r, r_bytes);
ecc_buf           258 lib/bch.c      		encode_bch_unaligned(bch, data, len, bch->ecc_buf);
ecc_buf           262 lib/bch.c      		store_ecc8(bch, ecc, bch->ecc_buf);
ecc_buf          1018 lib/bch.c      			load_ecc8(bch, bch->ecc_buf, calc_ecc);
ecc_buf          1025 lib/bch.c      				bch->ecc_buf[i] ^= bch->ecc_buf2[i];
ecc_buf          1026 lib/bch.c      				sum |= bch->ecc_buf[i];
ecc_buf          1032 lib/bch.c      		compute_syndromes(bch, bch->ecc_buf, bch->syn);
ecc_buf          1318 lib/bch.c      	bch->ecc_buf   = bch_alloc(words*sizeof(*bch->ecc_buf), &err);
ecc_buf          1367 lib/bch.c      		kfree(bch->ecc_buf);