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

  /external/u-boot/include/configs/
ea20.h 125 #define CONFIG_SYS_NAND_CS 2
ipam390.h 126 #define CONFIG_SYS_NAND_CS 3
da850evm.h 158 #define CONFIG_SYS_NAND_CS 3
omapl138_lcdk.h 152 #define CONFIG_SYS_NAND_CS 3
ti_armv7_keystone2.h 167 #define CONFIG_SYS_NAND_CS 2
  /external/u-boot/drivers/mtd/nand/
davinci_nand.c 170 CONFIG_SYS_NAND_CS - 2]));
183 val |= DAVINCI_NANDFCR_NAND_ENABLE(CONFIG_SYS_NAND_CS);
184 val |= DAVINCI_NANDFCR_1BIT_ECC_START(CONFIG_SYS_NAND_CS);
486 val |= DAVINCI_NANDFCR_NAND_ENABLE(CONFIG_SYS_NAND_CS);
487 val |= DAVINCI_NANDFCR_4BIT_ECC_SEL(CONFIG_SYS_NAND_CS);

Completed in 90 milliseconds