Searched defs:res_config (Results 1 – 3 of 3) sorted by relevance
238 struct res_config { struct239 enum type type;241 unsigned int decs_did;243 int busno_cfg_offset;245 int ddr_imc_num;247 int ddr_chan_num;249 int ddr_dimm_num;251 int ddr_chan_mmio_sz;253 int hbm_imc_num;255 int hbm_chan_num;[all …]
149 struct res_config { struct150 enum mem_type mtype;151 bool cmci;152 int imc_num;154 u64 reg_mchbar_mask;178 struct res_config *cfg; argument
128 static struct res_config { struct129 bool machine_check;131 int num_imc;132 u32 imc_base;133 u32 cmf_base;134 u32 cmf_size;135 u32 ms_hash_offset;136 u32 ibecc_base;137 u32 ibecc_error_log_offset;138 bool (*ibecc_available)(struct pci_dev *pdev);[all …]