Searched defs:ecc_bytes (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/linux/ |
A D | bch.h | 42 unsigned int ecc_bytes; member
|
/u-boot/tools/ |
A D | renesas_spkgimage.h | 60 uint8_t ecc_bytes; member
|
A D | renesas_spkgimage.c | 24 unsigned int ecc_bytes:8; member
|
/u-boot/drivers/mtd/nand/raw/ |
A D | denali.c | 296 int ecc_bytes = chip->ecc.bytes; in denali_check_erased_page() local 621 int ecc_bytes = chip->ecc.bytes; in denali_oob_xfer() local 678 int ecc_bytes = chip->ecc.bytes; in denali_read_page_raw() local 809 int ecc_bytes = chip->ecc.bytes; in denali_write_page_raw() local
|
A D | sunxi_nand_spl.c | 255 static const int ecc_bytes[] = {32, 46, 54, 60, 74, 88, 102, 110, 116}; variable
|
A D | nand_base.c | 2983 int ecc_bytes = chip->ecc.bytes; in nand_write_subpage_hwecc() local 4678 int nsteps, ecc_bytes; in nand_check_ecc_caps() local 4740 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local 4822 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local
|
/u-boot/include/ |
A D | ata.h | 113 unsigned short ecc_bytes; /* for r/w long cmds; 0 = not_specified */ member
|
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.c | 1849 void *ecc_bytes; in brcmstb_nand_verify_erased_page() local
|
Completed in 57 milliseconds