|
RTEMS
5.0.0
|
Go to the documentation of this file. 19 #ifndef AT91RM9200_MEM_H 20 #define AT91RM9200_MEM_H 30 #define EBI_CSA_CS4_CF BIT4 31 #define EBI_CSA_CS3_SMM BIT3 32 #define EBI_CSA_CS1_SDRAM BIT1 33 #define EBI_CSA_CS0_BF BIT0 36 #define EBI_CFGR_DBPU BIT0 52 #define SMC_CSR_RWHOLD(_x_) ((_x_ & 0x3) << 28) 53 #define SMC_CSR_RWSETUP(_x_) ((_x_ & 0x3) << 24) 54 #define SMC_CSR_ACSS_0 (0 << 16) 55 #define SMC_CSR_ACSS_1 (1 << 16) 56 #define SMC_CSR_ACSS_2 (2 << 16) 57 #define SMC_CSR_ACSS_3 (3 << 16) 58 #define SMC_CSR_DRP_NORMAL 0 59 #define SMC_CSR_DRP_EARLY BIT15 60 #define SMC_CSR_DBW_16 (1 << 13) 61 #define SMC_CSR_DBW_8 (2 << 13) 62 #define SMC_CSR_BAT_16_1 0 63 #define SMC_CSR_BAT_16_2 BIT12 64 #define SMC_CSR_TDF(_x_) ((_x_ & 0xf) << 8) 65 #define SMC_CSR_WSEN BIT7 66 #define SMC_CSR_NWS(_x_) ((_x_ & 0x7f) << 0) 83 #define SDRC_MR_DBW_16 BIT4 84 #define SDRC_MR_NORM (0 << 0) 85 #define SDRC_MR_NOP (1 << 0) 86 #define SDRC_MR_PRE (2 << 0) 87 #define SDRC_MR_MRS (3 << 0) 88 #define SDRC_MR_REF (4 << 0) 91 #define SDRC_TR_COUNT(_x_) ((_x_ & 0xfff) << 0) 94 #define SDRC_CR_TXSR(_x_) ((_x_ & 0xf) << 27) 95 #define SDRC_CR_TRAS(_x_) ((_x_ & 0xf) << 23) 96 #define SDRC_CR_TRCD(_x_) ((_x_ & 0xf) << 19) 97 #define SDRC_CR_TRP(_x_) ((_x_ & 0xf) << 15) 98 #define SDRC_CR_TRC(_x_) ((_x_ & 0xf) << 11) 99 #define SDRC_CR_TWR(_x_) ((_x_ & 0xf) << 7) 100 #define SDRC_CR_CAS_2 (2 << 5) 101 #define SDRC_CR_NB_2 0 102 #define SDRC_CR_NB_4 BIT4 103 #define SDRC_CR_NR_11 (0 << 2) 104 #define SDRC_CR_NR_12 (1 << 2) 105 #define SDRC_CR_NR_13 (2 << 2) 106 #define SDRC_CR_NC_8 (0 << 0) 107 #define SDRC_CR_NC_9 (1 << 0) 108 #define SDRC_CR_NC_10 (2 << 0) 109 #define SDRC_CR_NC_11 (3 << 0) 112 #define SDRC_SRR_SRCB BIT0 115 #define SDRC_LPR_LPCB BIT0 121 #define SDRC_INT_RES BIT0