Searched refs:bch (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/drivers/isdn/hardware/mISDN/
H A Disar.h16 struct bchannel bch; member in struct:isar_ch
H A Dipac.h47 struct bchannel bch; member in struct:hscx_hw
H A DmISDNinfineon.c227 card->ipac.hscx[0].bch.debug = debug;
228 card->ipac.hscx[1].bch.debug = debug;
H A Dhfc_multi.h42 struct bchannel *bch; /* link if channel is a B-channel */ member in struct:hfc_chan
238 * the bch->channel is equvalent to the hfc-channel
/linux-master/drivers/mtd/devices/
H A Ddocg3.h261 * @bch: the BCH correcting control structure
267 struct bch_control *bch; member in struct:docg3_cascade
H A Ddocg3.c21 #include <linux/bch.h>
634 * The hardware ecc unit produces oob_ecc ^ calc_ecc. The kernel's bch
636 * data in a bit order that is the reverse of that of the bch alg,
650 numerrs = bch_decode(docg3->cascade->bch, NULL,
1999 cascade->bch = bch_init(DOC_ECC_BCH_M, DOC_ECC_BCH_T,
2001 if (!cascade->bch)
2036 bch_free(cascade->bch);
2060 bch_free(docg3->cascade->bch);
/linux-master/drivers/mtd/nand/raw/
H A Dmeson_nand.c63 #define CMDRWGEN(cmd_dir, ran, bch, short_mode, page_size, pages) \
67 ((bch) << 14) | \
137 u32 bch; member in struct:meson_nand_ecc
204 #define MESON_ECC_DATA(b, s, sz) { .bch = (b), .strength = (s), .size = (sz) }
307 u32 bch = meson_chip->bch_mode, cmd; local
321 cmd = CMDRWGEN(DMA_DIR(dir), scrambler, bch,
1288 meson_chip->bch_mode = meson_ecc[i].bch;
H A Dnandsim.c98 static unsigned int bch; variable
130 module_param(bch, uint, 0400);
164 MODULE_PARM_DESC(bch, "Enable BCH ecc and set how many bits should "
2218 chip->ecc.algo = bch ? NAND_ECC_ALGO_BCH : NAND_ECC_ALGO_HAMMING;
2220 if (!bch)
2230 eccbytes = ((bch * 13) + 7) / 8;
2239 NS_ERR("Invalid BCH value %u\n", bch);
2244 chip->ecc.strength = bch;
2247 NS_INFO("Using %u-bit/%u bytes BCH ECC\n", bch, chip->ecc.size);
H A Domap2.c18 #include <linux/mtd/nand-ecc-sw-bch.h>
H A Dnand_base.c39 #include <linux/mtd/nand-ecc-sw-bch.h>
/linux-master/include/linux/
H A DmISDNif.h325 struct ph_info_ch bch[]; member in struct:ph_info
/linux-master/lib/
H A DMakefile178 obj-$(CONFIG_BCH) += bch.o

Completed in 213 milliseconds

12