diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-06-17 21:06:16 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-06-17 21:06:16 +0200 |
| commit | 399b09331f313d57b16b583f453387231d217f15 (patch) | |
| tree | 240defa6bd80bdcd4ba89c9ba8f27093939d54b0 /arch/arm/include/asm/arch-omap3/cpu.h | |
| parent | a9046b9e1aeeedc66ddf1d00474ad0ce8c6aa6e4 (diff) | |
| parent | 376e7fadbad3285231e390c6534feb5af86d594b (diff) | |
| download | olio-uboot-2014.01-399b09331f313d57b16b583f453387231d217f15.tar.xz olio-uboot-2014.01-399b09331f313d57b16b583f453387231d217f15.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/cpu.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/cpu.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h index aa8de3245..c072c27bb 100644 --- a/arch/arm/include/asm/arch-omap3/cpu.h +++ b/arch/arm/include/asm/arch-omap3/cpu.h @@ -215,6 +215,31 @@ struct sdrc { u8 res4[0xC]; struct sdrc_cs cs[2]; /* 0x80 || 0xB0 */ }; + +/* EMIF4 */ +typedef struct emif4 { + unsigned int sdram_sts; + unsigned int sdram_config; + unsigned int res1; + unsigned int sdram_refresh_ctrl; + unsigned int sdram_refresh_ctrl_shdw; + unsigned int sdram_time1; + unsigned int sdram_time1_shdw; + unsigned int sdram_time2; + unsigned int sdram_time2_shdw; + unsigned int sdram_time3; + unsigned int sdram_time3_shdw; + unsigned char res2[8]; + unsigned int sdram_pwr_mgmt; + unsigned int sdram_pwr_mgmt_shdw; + unsigned char res3[32]; + unsigned int sdram_iodft_tlgc; + unsigned char res4[128]; + unsigned int ddr_phyctrl1; + unsigned int ddr_phyctrl1_shdw; + unsigned int ddr_phyctrl2; +} emif4_t; + #endif /* __ASSEMBLY__ */ #endif /* __KERNEL_STRICT_NAMES */ |