⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boot_setup_public.h

📁 OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI的双核处理器
💻 H
字号:
/**********************************************************/
/*    defines here ....                                   */
/**********************************************************/

#define DDR_SDRAM  10    
#define DDR_MOBILE 11
#define MRS_LOAD_DDR_MOBILE 0x00000033
#define MRS_LOAD_DDR        0x00000023

#define NOP                 0x00000000
#define PRECHARGE_ALL       0x00000001
#define AUTOREFRESH         0x00000002
#define DEEP_SLEEP_ENTER    0x00000003
#define DEEP_SLEEP_EXIT     0x00000004
#define SELFRERESH_ENTER    0x00000005
#define SELFREFRESH_EXIT    0x00000006
#define SET_CKE_HIGH        0x00000007
#define SET_CKE_LOW         0x00000008

/**********************************************************/
/*    prototypes here ....                                */
/**********************************************************/

void clk_rst_config(void);
void emifs_config(void);
void emiff_init(UWORD32 sdram_type);
void emiff_config(UWORD32 sdram_type);
void wait_cycles(UWORD32 numb_cycles);

/* ----------- */
/* end of file */
/* ----------- */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -