Home
last modified time | relevance | path

Searched full:bch16 (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.nand189 and BCH16 ECC algorithms.
194 of BCH4, BCH8 and BCH16 ECC algorithms.
260 example to check for BCH16 on 2K page NAND
264 Thus BCH16 cannot be supported on 2K page NAND.
271 Thus BCH16 can be supported on 4K page NAND.
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dti,gpmc-nand.yaml39 enum: [sw, ham1, bch4, bch8, bch16]
108 ti,nand-ecc-opt = "bch16";
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_elm.c29 * @bch_type: BCH4/BCH8/BCH16
85 * @bch_type: BCH4/BCH8/BCH16
H A DKconfig103 and BCH16 ECC algorithms.
119 of BCH4, BCH8 and BCH16 ECC algorithms.
H A Domap_gpmc.c238 (bch_type << 12) | /* BCH4/BCH8/BCH16 */ in omap_enable_hwecc()
891 * (1 - hamming, 4 - BCH4, 8 - BCH8, 16 - BCH16)
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc.yaml186 ti,nand-ecc-opt = "bch16";
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c292 else if (strncmp(argv[2], "bch16", 5) == 0) in do_switch_ecc()
319 "hw [hamming|bch8|bch16] - Switch between NAND hardware 1-bit hamming"
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-guardian.dts157 ti,nand-ecc-opt = "bch16";
H A Dam43x-epos-evm.dts763 ti,nand-ecc-opt = "bch16";
H A Dam437x-gp-evm.dts968 ti,nand-ecc-opt = "bch16";
/openbmc/u-boot/arch/arm/dts/
H A Dam43x-epos-evm.dts576 ti,nand-ecc-opt = "bch16";
H A Dam437x-gp-evm.dts666 ti,nand-ecc-opt = "bch16";
/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c974 (bch_type << 12) | /* BCH4/BCH8/BCH16 */ in omap_enable_hwecc_bch()
1701 } else if (!strcmp(s, "bch16")) { in omap_get_dt_info()