Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/m5249evb/
H A Dm5249evb.c48 mbar_writeShort(MCFSIM_DCR, 0x8239); in dram_init()
54 mbar_writeShort(MCFSIM_DCR, 0x8202); in dram_init()
60 mbar_writeShort(MCFSIM_DCR, 0x8222); in dram_init()
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A Dm5253evbe.c30 if (!(mbar_readLong(MCFSIM_DCR) & 0x8000)) { in dram_init()
37 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dm5253demo.c33 if (!(mbar_readLong(MCFSIM_DCR) & 0x8000)) { in dram_init()
40 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dm5249.h64 #define MCFSIM_DCR 0x100 /* DRAM Control reg (r/w) */ macro