Lines Matching refs:sbridge_pvt
313 struct sbridge_pvt;
318 u64 (*get_tolm)(struct sbridge_pvt *pvt);
319 u64 (*get_tohm)(struct sbridge_pvt *pvt);
328 u8 (*get_node_id)(struct sbridge_pvt *pvt);
330 enum mem_type (*get_memory_type)(struct sbridge_pvt *pvt);
331 enum dev_type (*get_width)(struct sbridge_pvt *pvt, u32 mtr);
376 struct sbridge_pvt { struct
794 static u64 sbridge_get_tolm(struct sbridge_pvt *pvt) in sbridge_get_tolm()
803 static u64 sbridge_get_tohm(struct sbridge_pvt *pvt) in sbridge_get_tohm()
811 static u64 ibridge_get_tolm(struct sbridge_pvt *pvt) in ibridge_get_tolm()
820 static u64 ibridge_get_tohm(struct sbridge_pvt *pvt) in ibridge_get_tohm()
877 static enum mem_type get_memory_type(struct sbridge_pvt *pvt) in get_memory_type()
896 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt) in haswell_get_memory_type()
928 static enum dev_type knl_get_width(struct sbridge_pvt *pvt, u32 mtr) in knl_get_width()
934 static enum dev_type sbridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in sbridge_get_width()
959 static enum dev_type ibridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in ibridge_get_width()
968 static enum dev_type broadwell_get_width(struct sbridge_pvt *pvt, u32 mtr) in broadwell_get_width()
974 static enum mem_type knl_get_memory_type(struct sbridge_pvt *pvt) in knl_get_memory_type()
980 static u8 get_node_id(struct sbridge_pvt *pvt) in get_node_id()
987 static u8 haswell_get_node_id(struct sbridge_pvt *pvt) in haswell_get_node_id()
995 static u8 knl_get_node_id(struct sbridge_pvt *pvt) in knl_get_node_id()
1037 static u64 haswell_get_tolm(struct sbridge_pvt *pvt) in haswell_get_tolm()
1045 static u64 haswell_get_tohm(struct sbridge_pvt *pvt) in haswell_get_tohm()
1058 static u64 knl_get_tolm(struct sbridge_pvt *pvt) in knl_get_tolm()
1066 static u64 knl_get_tohm(struct sbridge_pvt *pvt) in knl_get_tohm()
1146 static int knl_get_tad(const struct sbridge_pvt *pvt, in knl_get_tad()
1340 static int knl_get_dimm_capacity(struct sbridge_pvt *pvt, u64 *mc_sizes) in knl_get_dimm_capacity()
1565 struct sbridge_pvt *pvt = mci->pvt_info; in get_source_id()
1584 struct sbridge_pvt *pvt = mci->pvt_info; in __populate_dimms()
1676 struct sbridge_pvt *pvt = mci->pvt_info; in get_dimm_config()
1754 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_layout()
1933 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_error_data()
2246 struct sbridge_pvt *pvt; in get_memory_error_data_from_mce()
2489 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_mci_bind_devs()
2563 struct sbridge_pvt *pvt = mci->pvt_info; in ibridge_mci_bind_devs()
2649 struct sbridge_pvt *pvt = mci->pvt_info; in haswell_mci_bind_devs()
2734 struct sbridge_pvt *pvt = mci->pvt_info; in broadwell_mci_bind_devs()
2815 struct sbridge_pvt *pvt = mci->pvt_info; in knl_mci_bind_devs()
2951 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_mce_output_error()
3223 struct sbridge_pvt *pvt; in sbridge_register_mci()