Lines Matching defs:mrc_params
108 struct mrc_params { struct
110 uint32_t boot_mode; /* BM_COLD, BM_FAST, BM_WARM, BM_S3 */
112 uint8_t dram_width; /* x8, x16 */
113 uint8_t ddr_speed; /* DDRFREQ_800, DDRFREQ_1066 */
114 uint8_t ddr_type; /* DDR3, DDR3L */
115 uint8_t ecc_enables; /* 0, 1 (memory size reduced to 7/8) */
116 uint8_t scrambling_enables; /* 0, 1 */
118 uint32_t rank_enables;
119 uint32_t channel_enables; /* 1 only */
120 uint32_t channel_width; /* x16 only */
122 uint32_t address_mode;
124 uint8_t refresh_rate;
126 uint8_t sr_temp_range;
131 uint8_t ron_value;
133 uint8_t rtt_nom_value;
135 uint8_t rd_odt_value;
136 struct dram_params params;
138 uint32_t board_id; /* board layout (use x8 or x16 memory) */
139 uint32_t hte_setup; /* when set hte reconfiguration requested */
140 uint32_t menu_after_mrc;
141 uint32_t power_down_disable;
142 uint32_t tune_rcvn;
143 uint32_t channel_size[NUM_CHANNELS];
167 void (*init_fn)(struct mrc_params *mrc_params); argument