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

  /external/u-boot/include/configs/
amcore.h 111 #define CONFIG_SYS_CS1_MASK 0x00070001
M5249EVB.h 153 #define CONFIG_SYS_CS1_MASK 0x00010001 /* 128kB, AA=0, WP=0, C/I=0, V=1*/
M5275EVB.h 192 #define CONFIG_SYS_CS1_MASK 0x00070001
M5253DEMO.h 201 #define CONFIG_SYS_CS1_MASK 0x00000001
M53017EVB.h 209 #define CONFIG_SYS_CS1_MASK 0x00070001
M5329EVB.h 212 #define CONFIG_SYS_CS1_MASK 0x001f0001
M5373EVB.h 212 #define CONFIG_SYS_CS1_MASK 0x001f0001
M5475EVB.h 257 #define CONFIG_SYS_CS1_MASK (((CONFIG_SYS_NOR1SZ << 20) - 1) & 0xFFFF0001)
M5485EVB.h 244 #define CONFIG_SYS_CS1_MASK (((CONFIG_SYS_NOR1SZ << 20) - 1) & 0xFFFF0001)
astro_mcf5373l.h 230 #define CONFIG_SYS_CS1_MASK 0x00ff0001
M54455EVB.h 368 #define CONFIG_SYS_CS1_MASK 0x01FF0001
379 #define CONFIG_SYS_CS1_MASK 0x00070001
  /external/u-boot/arch/m68k/cpu/mcf5227x/
cpu_init.c 56 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) \
60 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);
  /external/u-boot/arch/m68k/cpu/mcf523x/
cpu_init.c 59 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) && defined(CONFIG_SYS_CS1_CTRL))
63 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);
  /external/u-boot/arch/m68k/cpu/mcf530x/
cpu_init.c 50 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) && \
53 out_be32(&csm->csmr1, CONFIG_SYS_CS1_MASK);
  /external/u-boot/arch/m68k/cpu/mcf547x_8x/
cpu_init.c 51 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) && defined(CONFIG_SYS_CS1_CTRL))
54 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);
  /external/u-boot/arch/m68k/cpu/mcf532x/
cpu_init.c 46 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) \
51 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);
237 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) \
243 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);
  /external/u-boot/arch/m68k/cpu/mcf52x2/
cpu_init.c 45 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) \
49 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);
  /external/u-boot/arch/m68k/cpu/mcf5445x/
cpu_init.c 37 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) && defined(CONFIG_SYS_CS1_CTRL))
41 out_be32(&fbcs->csmr1, CONFIG_SYS_CS1_MASK);

Completed in 1212 milliseconds