Searched refs:CFG_SYS_CS1_MASK (Results 1 - 13 of 13) sorted by relevance

/u-boot/include/configs/
H A DM5275EVB.h117 #define CFG_SYS_CS1_MASK 0x00070001 macro
H A Damcore.h77 #define CFG_SYS_CS1_MASK 0x00070001 macro
H A DM5373EVB.h132 #define CFG_SYS_CS1_MASK 0x001f0001 macro
H A DM5253DEMO.h121 #define CFG_SYS_CS1_MASK 0x00000001 macro
H A DM53017EVB.h132 #define CFG_SYS_CS1_MASK 0x00070001 macro
H A DM5249EVB.h110 #define CFG_SYS_CS1_MASK 0x00010001 /* 128kB, AA=0, WP=0, C/I=0, V=1*/ macro
H A Dastro_mcf5373l.h143 #define CFG_SYS_CS1_MASK 0x00ff0001 macro
H A DM5329EVB.h132 #define CFG_SYS_CS1_MASK 0x001f0001 macro
/u-boot/arch/m68k/cpu/mcf530x/
H A Dcpu_init.c51 #if (defined(CFG_SYS_CS1_BASE) && defined(CFG_SYS_CS1_MASK) && \
54 out_be32(&csm->csmr1, CFG_SYS_CS1_MASK);
/u-boot/arch/m68k/cpu/mcf523x/
H A Dcpu_init.c60 #if (defined(CFG_SYS_CS1_BASE) && defined(CFG_SYS_CS1_MASK) && defined(CFG_SYS_CS1_CTRL))
64 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
/u-boot/arch/m68k/cpu/mcf532x/
H A Dcpu_init.c47 #if (defined(CFG_SYS_CS1_BASE) && defined(CFG_SYS_CS1_MASK) \
52 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
245 #if (defined(CFG_SYS_CS1_BASE) && defined(CFG_SYS_CS1_MASK) \
251 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu_init.c38 #if (defined(CFG_SYS_CS1_BASE) && defined(CFG_SYS_CS1_MASK) && defined(CFG_SYS_CS1_CTRL))
42 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c46 #if (defined(CFG_SYS_CS1_BASE) && defined(CFG_SYS_CS1_MASK) \
50 out_be32(&fbcs->csmr1, CFG_SYS_CS1_MASK);

Completed in 51 milliseconds