Home
last modified time | relevance | path

Searched refs:ecc (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex.dtsi330 clock-names = "nand", "nand_x", "ecc";
511 reset-names = "dwc2", "dwc2-ecc";
524 reset-names = "dwc2", "dwc2-ecc";
572 compatible = "altr,socfpga-s10-ecc-manager",
573 "altr,socfpga-a10-ecc-manager";
588 ocram-ecc@ff8cc000 {
589 compatible = "altr,socfpga-s10-ocram-ecc",
590 "altr,socfpga-a10-ocram-ecc";
592 altr,ecc-parent = <&ocram>;
596 usb0-ecc@ff8c4000 {
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10.dtsi316 clock-names = "nand", "nand_x", "ecc";
485 reset-names = "dwc2", "dwc2-ecc";
498 reset-names = "dwc2", "dwc2-ecc";
546 compatible = "altr,socfpga-s10-ecc-manager",
547 "altr,socfpga-a10-ecc-manager";
562 ocram-ecc@ff8cc000 {
563 compatible = "altr,socfpga-s10-ocram-ecc",
564 "altr,socfpga-a10-ocram-ecc";
566 altr,ecc-parent = <&ocram>;
570 usb0-ecc@ff8c4000 {
[all …]
H A Dsocfpga_stratix10_socdk.dts61 sdmmca-ecc@ff8c8c00 {
62 compatible = "altr,socfpga-s10-sdmmc-ecc",
63 "altr,socfpga-sdmmc-ecc";
65 altr,ecc-parent = <&mmc>;
H A Dsocfpga_stratix10_socdk_nand.dts61 sdmmca-ecc@ff8c8c00 {
62 compatible = "altr,socfpga-s10-sdmmc-ecc",
63 "altr,socfpga-sdmmc-ecc";
65 altr,ecc-parent = <&mmc>;
/netbsd-src/sys/arch/arm/ti/
H A Domap2_nand.c104 static int omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc);
282 sc->sc_nand_if.ecc.necc_code_size = 3; in omap2_nand_attach()
283 sc->sc_nand_if.ecc.necc_block_size = 512; in omap2_nand_attach()
284 sc->sc_nand_if.ecc.necc_type = NAND_ECC_TYPE_HW; in omap2_nand_attach()
286 sc->sc_nand_if.ecc.necc_code_size = 3; in omap2_nand_attach()
287 sc->sc_nand_if.ecc.necc_block_size = 256; in omap2_nand_attach()
415 convert_ecc(const uint8_t *ecc) in convert_ecc() argument
417 return ecc[0] | (ecc[1] << 16) | ((ecc[2] & 0xf0) << 20) | in convert_ecc()
418 ((ecc[2] & 0x0f) << 8); in convert_ecc()
444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) in omap2_nand_ecc_compute() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinsns.cc340 ebb_call_clobbers_info *ecc = insn->ebb ()->first_call_clobbers (); in remove_insn() local
341 while (ecc->abi ()->id () != note->abi_id ()) in remove_insn()
342 ecc = ecc->next (); in remove_insn()
343 int comparison = lookup_call_clobbers (*ecc, insn); in remove_insn()
345 ecc->remove_root (); in remove_insn()
548 ebb_call_clobbers_info *ecc = bi.current_ebb->first_call_clobbers (); in record_call_clobbers() local
549 while (ecc && ecc->abi () != &abi.base_abi ()) in record_call_clobbers()
550 ecc = ecc->next (); in record_call_clobbers()
551 if (!ecc) in record_call_clobbers()
553 ecc = allocate<ebb_call_clobbers_info> (&abi.base_abi ()); in record_call_clobbers()
[all …]
/netbsd-src/sys/dev/nand/
H A Dnand.c321 interface->ecc.necc_code_size = 3; in nand_init_interface()
322 interface->ecc.necc_block_size = 256; in nand_init_interface()
323 interface->ecc.necc_type = NAND_ECC_TYPE_SW; in nand_init_interface()
370 struct nand_ecc *ecc; in nand_scan_media() local
443 ecc = chip->nc_ecc = &sc->nand_if->ecc; in nand_scan_media()
451 ecc->necc_offset = 0; in nand_scan_media()
454 ecc->necc_offset = 0; in nand_scan_media()
457 ecc->necc_offset = 0; in nand_scan_media()
460 ecc->necc_offset = 40; in nand_scan_media()
463 ecc->necc_offset = 80; in nand_scan_media()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm5301x-nand-cs0-bch4.dtsi9 nand-ecc-algo = "bch";
10 nand-ecc-strength = <4>;
11 nand-ecc-step-size = <512>;
H A Dbcm5301x-nand-cs0-bch1.dtsi11 nand-ecc-algo = "bch";
12 nand-ecc-strength = <1>;
13 nand-ecc-step-size = <512>;
H A Dsocfpga_arria10_socdk_sdmmc.dts18 sdmmca-ecc@ff8c2c00 {
19 compatible = "altr,socfpga-sdmmc-ecc";
21 altr,ecc-parent = <&mmc>;
H A Dbcm5301x-nand-cs0-bch8.dtsi14 nand-ecc-algo = "bch";
15 nand-ecc-strength = <8>;
16 nand-ecc-step-size = <512>;
H A Dsocfpga_arria10.dtsi683 clock-names = "nand", "nand_x", "ecc";
694 compatible = "altr,socfpga-a10-ecc-manager";
711 l2-ecc@ffd06010 {
712 compatible = "altr,socfpga-a10-l2-ecc";
718 ocram-ecc@ff8c3000 {
719 compatible = "altr,socfpga-a10-ocram-ecc";
725 emac0-rx-ecc@ff8c0800 {
726 compatible = "altr,socfpga-eth-mac-ecc";
728 altr,ecc-parent = <&gmac0>;
733 emac0-tx-ecc@ff8c0c00 {
[all …]
H A Dat91-linea.dtsi65 nand-ecc-mode = "hw";
66 nand-ecc-strength = <4>;
67 nand-ecc-step-size = <512>;
H A Dsun8i-r16-nintendo-nes-classic.dts39 nand-ecc-mode = "hw";
40 nand-ecc-strength = <16>;
41 nand-ecc-step-size = <1024>;
H A Dat91sam9x5cm.dtsi69 nand-ecc-mode = "hw";
70 nand-ecc-strength = <2>;
71 nand-ecc-step-size = <512>;
H A Dat91-cosino.dtsi66 nand-ecc-mode = "hw";
67 nand-ecc-strength = <4>;
68 nand-ecc-step-size = <512>;
H A Dbcm963138dvt.dts40 nand-ecc-strength = <4>;
41 nand-ecc-step-size = <512>;
H A Dat91-kizboxmini-common.dtsi138 nand-ecc-mode = "hw";
139 nand-ecc-strength = <4>;
140 nand-ecc-step-size = <512>;
H A Dsama5d3xcm.dtsi84 nand-ecc-mode = "hw";
85 nand-ecc-strength = <4>;
86 nand-ecc-step-size = <512>;
H A Dat91-wb45n.dtsi58 nand-ecc-mode = "hw";
59 nand-ecc-strength = <4>;
60 nand-ecc-step-size = <512>;
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ni/
H A D169445.dts63 nand-ecc-mode = "soft_bch";
64 nand-ecc-step-size = <512>;
65 nand-ecc-strength = <4>;
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c491 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18; in build_insn()
682 int i, j, shift, regno, bits, ecc; in parallel_ok() local
702 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX) in parallel_ok()
703 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX) in parallel_ok()
704 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF) in parallel_ok()
705 || (op1->ecc == ECC_XF && op2->ecc == ECC_XT)) in parallel_ok()
717 ecc = op1->ecc; in parallel_ok()
724 ecc = op2->ecc; in parallel_ok()
756 switch (ecc) in parallel_ok()
946 && ((opcode1->ecc == ECC_AL) || ! Optimizing)) in write_2_short()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c491 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18; in build_insn()
682 int i, j, shift, regno, bits, ecc; in parallel_ok() local
702 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX) in parallel_ok()
703 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX) in parallel_ok()
704 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF) in parallel_ok()
705 || (op1->ecc == ECC_XF && op2->ecc == ECC_XT)) in parallel_ok()
717 ecc = op1->ecc; in parallel_ok()
724 ecc = op2->ecc; in parallel_ok()
756 switch (ecc) in parallel_ok()
946 && ((opcode1->ecc == ECC_AL) || ! Optimizing)) in write_2_short()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/
H A Dbcm97xxx-nand-cs1-bch4.dtsi8 nand-ecc-strength = <4>;
9 nand-ecc-step-size = <512>;
H A Dbcm97xxx-nand-cs1-bch24.dtsi8 nand-ecc-strength = <24>;
9 nand-ecc-step-size = <1024>;

12345678910>>...15