Home
last modified time | relevance | path

Searched refs:MCFSIM_DCR (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/freescale/m5249evb/
Dm5249evb.c47 mbar_writeShort(MCFSIM_DCR, 0x8239); in dram_init()
53 mbar_writeShort(MCFSIM_DCR, 0x8202); in dram_init()
59 mbar_writeShort(MCFSIM_DCR, 0x8222); in dram_init()
/external/u-boot/board/freescale/m5253evbe/
Dm5253evbe.c29 if (!(mbar_readLong(MCFSIM_DCR) & 0x8000)) { in dram_init()
36 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/external/u-boot/board/freescale/m5253demo/
Dm5253demo.c32 if (!(mbar_readLong(MCFSIM_DCR) & 0x8000)) { in dram_init()
39 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/external/u-boot/arch/m68k/include/asm/
Dm5249.h63 #define MCFSIM_DCR 0x100 /* DRAM Control reg (r/w) */ macro