Lines Matching defs:input_basic
27 struct input_basic { struct
28 enum dram_types dram_type;
29 enum dimm_types dimm_type;
30 int lp4x_mode; /* 0x1 = lpddr4x mode, when dram_type is lpddr4
33 int num_dbyte; /* number of dbytes physically instantiated */
34 int num_active_dbyte_dfi0; /* number of active dbytes to be
37 int num_active_dbyte_dfi1; /* number of active dbytes to be
42 int num_anib; /* number of anibs physically instantiated */
43 int num_rank_dfi0; /* number of ranks in dfi0 channel */
44 int num_rank_dfi1; /* number of ranks in dfi1 channel */
45 int dram_data_width; /* 4,8,16 or 32 depending on protocol and dram
48 int num_pstates;
49 int frequency; /* memclk frequency in mhz -- round up */
50 int pll_bypass; /* pll bypass enable */
51 int dfi_freq_ratio; /* selected dfi frequency ratio */
52 int dfi1exists; /* whether they phy config has dfi1 channel */
53 int train2d;
54 int hard_macro_ver;
55 int read_dbienable;
56 int dfi_mode; /* no longer used */