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

  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4740.dtsi 280 ecc: ecc-controller@13010100 { label
281 compatible = "ingenic,jz4740-ecc";
  /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 in function:nand_scan_media
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 in function:nand_default_read_page
776 uint8_t *ecc; local in function:nand_default_program_page
    [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/sys/dev/ic/
mfireg.h 738 } __packed ecc; member in union:mfi_evt_detail::__anon459034d40d0a

Completed in 57 milliseconds