HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_PMECC_CAP (Results 1 - 10 of 10) sorted by null

  /external/u-boot/tools/
atmel_pmecc_params.c 30 unsigned int ecc_bits = CONFIG_PMECC_CAP;
  /external/u-boot/include/configs/
sama5d3_xplained.h 54 #define CONFIG_PMECC_CAP 4
sama5d4_xplained.h 71 #define CONFIG_PMECC_CAP 8
sama5d4ek.h 68 #define CONFIG_PMECC_CAP 8
sama5d3xek.h 73 #define CONFIG_PMECC_CAP 4
wb45n.h 56 #define CONFIG_PMECC_CAP 4
wb50n.h 65 #define CONFIG_PMECC_CAP 8
at91sam9n12ek.h 67 #define CONFIG_PMECC_CAP 2
at91sam9x5ek.h 66 #define CONFIG_PMECC_CAP 2
  /external/u-boot/drivers/mtd/nand/
atmel_nand.c 821 #ifdef CONFIG_PMECC_CAP
822 host->pmecc_corr_cap = CONFIG_PMECC_CAP;
827 /* Get ECC requirement of ONFI parameters. And if CONFIG_PMECC_CAP or
844 host->pmecc_corr_cap = CONFIG_PMECC_CAP;
    [all...]

Completed in 68 milliseconds