Lines Matching defs:mrc_params
109 struct mrc_params { struct
111 uint32_t boot_mode; /* BM_COLD, BM_FAST, BM_WARM, BM_S3 */
113 uint8_t dram_width; /* x8, x16 */
114 uint8_t ddr_speed; /* DDRFREQ_800, DDRFREQ_1066 */
115 uint8_t ddr_type; /* DDR3, DDR3L */
116 uint8_t ecc_enables; /* 0, 1 (memory size reduced to 7/8) */
117 uint8_t scrambling_enables; /* 0, 1 */
119 uint32_t rank_enables;
120 uint32_t channel_enables; /* 1 only */
121 uint32_t channel_width; /* x16 only */
123 uint32_t address_mode;
125 uint8_t refresh_rate;
127 uint8_t sr_temp_range;
132 uint8_t ron_value;
134 uint8_t rtt_nom_value;
136 uint8_t rd_odt_value;
137 struct dram_params params;
139 uint32_t board_id; /* board layout (use x8 or x16 memory) */
140 uint32_t hte_setup; /* when set hte reconfiguration requested */
141 uint32_t menu_after_mrc;
142 uint32_t power_down_disable;
143 uint32_t tune_rcvn;
144 uint32_t channel_size[NUM_CHANNELS];
168 void (*init_fn)(struct mrc_params *mrc_params); argument