HomeSort by relevance Sort by last modified time
    Searched defs:ecc_bytes (Results 1 - 7 of 7) sorted by null

  /external/u-boot/include/linux/
bch.h 25 * @ecc_bytes: ecc max size (m*t bits) in bytes
42 unsigned int ecc_bytes; member in struct:bch_control
  /external/u-boot/drivers/mtd/nand/
sunxi_nand_spl.c 252 static const int ecc_bytes[] = {32, 46, 54, 60, 74, 88, 102, 110, 116}; variable
259 int oob_chunk_sz = ecc_bytes[conf->ecc_strength];
356 for (i = 0; i < ARRAY_SIZE(ecc_bytes); i++) {
357 if (ecc_bytes[i] > max_ecc_bytes)
denali.c 319 int ecc_bytes = chip->ecc.bytes; local
332 ecc_code, ecc_bytes,
343 ecc_code += ecc_bytes;
638 int ecc_bytes = chip->ecc.bytes; local
653 pos = ecc_size + i * (ecc_size + ecc_bytes);
654 len = ecc_bytes;
667 if (len < ecc_bytes) {
668 len = ecc_bytes - len;
695 int ecc_bytes = chip->ecc.bytes; local
708 pos = i * (ecc_size + ecc_bytes);
826 int ecc_bytes = chip->ecc.bytes; local
    [all...]
nand_base.c 2314 int ecc_bytes = chip->ecc.bytes; local
4099 int nsteps, ecc_bytes; local
4161 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; local
4243 int step_size, strength, nsteps, ecc_bytes, corr; local
    [all...]
  /external/u-boot/include/
ata.h 153 unsigned short ecc_bytes; /* for r/w long cmds; 0 = not_specified */ member in struct:hd_driveid
  /bionic/libc/kernel/uapi/linux/
hdreg.h 318 unsigned short ecc_bytes; member in struct:hd_driveid
  /external/kernel-headers/original/uapi/linux/
hdreg.h 415 unsigned short ecc_bytes; /* for r/w long cmds; 0 = not_specified */ member in struct:hd_driveid

Completed in 286 milliseconds