HomeSort by: relevance | last modified time | path
    Searched defs:ecc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/nand/
nand.c 317 /* default to soft ecc, that should work everywhere */
321 interface->ecc.necc_code_size = 3;
322 interface->ecc.necc_block_size = 256;
323 interface->ecc.necc_type = NAND_ECC_TYPE_SW;
370 struct nand_ecc *ecc; local
443 ecc = chip->nc_ecc = &sc->nand_if->ecc;
446 * calculate the place of ecc data in oob
451 ecc->necc_offset = 0;
454 ecc->necc_offset = 0
687 uint8_t *ecc; local
776 uint8_t *ecc; local
    [all...]
nand.h 101 size_t necc_offset; /* offset of ecc data in oob */
102 size_t necc_size; /* size of ecc data in oob */
103 size_t necc_block_size; /* block size used in ecc calc */
106 int necc_type; /* type of the ecc engine */
114 struct nand_ecc *nc_ecc; /* ecc information */
117 uint8_t *nc_ecc_cache; /* buffer for ecc */
185 /* functions specific to ecc computation */
191 /* information for the ecc engine */
192 struct nand_ecc ecc; member in struct:nand_interface
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
insns.cc 353 ebb_call_clobbers_info *ecc = insn->ebb ()->first_call_clobbers (); local
354 while (ecc->abi ()->id () != note->abi_id ())
355 ecc = ecc->next ();
356 int comparison = lookup_call_clobbers (*ecc, insn);
358 ecc->remove_root ();
566 ebb_call_clobbers_info *ecc = bi.current_ebb->first_call_clobbers (); local
567 while (ecc && ecc->abi () != &abi.base_abi ())
568 ecc = ecc->next ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
insns.cc 340 ebb_call_clobbers_info *ecc = insn->ebb ()->first_call_clobbers (); local
341 while (ecc->abi ()->id () != note->abi_id ())
342 ecc = ecc->next ();
343 int comparison = lookup_call_clobbers (*ecc, insn);
345 ecc->remove_root ();
548 ebb_call_clobbers_info *ecc = bi.current_ebb->first_call_clobbers (); local
549 while (ecc && ecc->abi () != &abi.base_abi ())
550 ecc = ecc->next ()
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
d30v.h 284 int ecc; /* execution condition code */ member in struct:d30v_insn
  /src/external/gpl3/binutils.old/dist/include/opcode/
d30v.h 284 int ecc; /* execution condition code */ member in struct:d30v_insn
  /src/external/gpl3/gdb/dist/include/opcode/
d30v.h 284 int ecc; /* execution condition code */ member in struct:d30v_insn
  /src/external/gpl3/gdb.old/dist/include/opcode/
d30v.h 284 int ecc; /* execution condition code */ member in struct:d30v_insn
  /src/external/gpl3/binutils/dist/gas/config/
tc-d30v.c 493 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
684 int i, j, shift, regno, bits, ecc; local
704 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
705 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
706 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
707 || (op1->ecc == ECC_XF && op2->ecc == ECC_XT)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d30v.c 491 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
682 int i, j, shift, regno, bits, ecc; local
702 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
703 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
704 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
705 || (op1->ecc == ECC_XF && op2->ecc == ECC_XT)
    [all...]
  /src/sys/dev/ic/
mfireg.h 738 } __packed ecc; member in union:mfi_evt_detail::__anon2965

Completed in 40 milliseconds