Searched refs:ecc (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/usr.sbin/nandsim/
H A Dsample.conf65 # ecc=[on|off]
66 ecc=on
H A Dnandsim_cfgparse.c92 {"ecc", 0, VALUE_BOOL, (void *)&ctrl_conf.ecc, 0},
373 ctrlsptr[i].num, ctrlsptr[i].num_cs, ctrlsptr[i].ecc,
828 "smaller than ecc layout length!",
836 "smaller than maximal ecc position in "
910 if (ctrl[ctrlcnt].ecc != 0 && ctrl[ctrlcnt].ecc != 1) {
H A Dnandsim.c1243 printf("\tecc: %d\n", ctrl->ecc);
/freebsd-11-stable/sys/dev/nand/
H A Dnand.c94 nand->ecc.eccmode = ecc_mode;
98 nand->ecc.eccbytes = SOFTECC_BYTES;
99 nand->ecc.eccsize = SOFTECC_SIZE;
101 nand->ecc.eccbytes = ecc_bytes;
102 nand->ecc.eccsize = ecc_size;
104 nand->ecc.eccpositions = eccposition;
304 if (chip->nand->ecc.eccpositions)
305 return (chip->nand->ecc.eccpositions);
311 * byte positions than exist within the tables of software-ecc defaults.
324 calculate_ecc(const uint8_t *buf, uint8_t *ecc) argument
419 nand_softecc_get(device_t dev, uint8_t *buf, int pagesize, uint8_t *ecc) argument
[all...]
H A Dnandsim_chip.h124 uint8_t ecc; member in struct:sim_ctrl_conf
H A Dnandsim.h69 uint8_t ecc; member in struct:sim_ctrl
H A Dnandsim.c176 sim_ctrl->ecc = ctrl->ecc;
221 ctrl->ecc = ctrls[ctrl->num].ecc;
H A Dnand.h257 uint16_t *eccpositions; /* Positions of ecc bytes */
330 struct nand_ecc_data ecc; member in struct:nand_softc
374 int nand_softecc_get(device_t dev, uint8_t *buf, int pagesize, uint8_t *ecc);
H A Dnandbus.c525 nandbus_get_ecc(device_t dev, void *buf, uint32_t pagesize, void *ecc, argument
529 return (NFC_GET_ECC(device_get_parent(dev), buf, pagesize, ecc, needwrite));
H A Dnandsim_ctrl.c137 nand_init(&sc->nand_dev, dev, params->ecc, 0, 0, eccpos, "nandsim");
H A Dnand_generic.c1036 generic_get_ecc(device_t dev, void *buf, void *ecc, int *needwrite) argument
1042 ecc, needwrite));
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h199 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8480::__anon8481
207 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8480::__anon8482
219 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8480::__anon8483
228 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8480::__anon8484
250 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8485::__anon8486
259 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8485::__anon8487
271 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8485::__anon8488
281 uint64_t ecc : 7;/**< ECC checksum on the rest of the bits */ member in struct:__anon8485::__anon8489
597 next_ptr.lg.w32.ecc = cvmx_llm_ecc(next_ptr.u64);
603 next_ptr.lg.w36.ecc
[all...]
H A Dcvmx-l2c-defs.h6002 uint64_t ecc : 6; /**< The tag ECC */ member in struct:cvmx_l2c_tadx_tag::cvmx_l2c_tadx_tag_s
6018 uint64_t ecc : 6;
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_evt.c520 detail->args.ecc.ecar,
521 detail->args.ecc.elog,
522 detail->args.ecc.str);
/freebsd-11-stable/contrib/binutils/
H A Dconfig.rpath75 icc|ecc)
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.rpath75 icc|ecc)
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.rpath69 icc* | ecc*)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c1196 u8 ecc; local
1204 ecc = MLX5_GET(pddr_reg, pddr_reg, page_data.pddr_module_info.ethernet_compliance_code);
1214 *is_er_type = ((ecc & (1 << 7)) != 0);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_drv.h333 uint8_t ecc; /* Header ECC */ member in struct:dip_infoframe
H A Dintel_hdmi.c78 frame->ecc = 0;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c235 uint8_t ecc; /* err detect/correct method */ member in struct:smbios_table_type16
444 64, /* total width in bits including ecc */
/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h1057 } ecc; member in union:mfi_evt_detail::__anon10643
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c559 * @ecc: where to store the corresponding 64-bit ECC word
565 int t4_mc_read(struct adapter *adap, int idx, u32 addr, __be32 *data, u64 *ecc) argument
602 if (ecc)
603 *ecc = t4_read_reg64(adap, MC_DATA(16));
614 * @ecc: where to store the corresponding 64-bit ECC word
620 int t4_edc_read(struct adapter *adap, int idx, u32 addr, __be32 *data, u64 *ecc) argument
667 if (ecc)
668 *ecc = t4_read_reg64(adap, EDC_DATA(16));
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c28 #include <wolfssl/wolfcrypt/ecc.h>
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2783 } __packed ecc; member in union:mrsas_evt_detail::__anon5118

Completed in 614 milliseconds

12