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);
382 struct sbridge_pvt { struct
800 static u64 sbridge_get_tolm(struct sbridge_pvt *pvt) in sbridge_get_tolm()
809 static u64 sbridge_get_tohm(struct sbridge_pvt *pvt) in sbridge_get_tohm()
817 static u64 ibridge_get_tolm(struct sbridge_pvt *pvt) in ibridge_get_tolm()
826 static u64 ibridge_get_tohm(struct sbridge_pvt *pvt) in ibridge_get_tohm()
883 static enum mem_type get_memory_type(struct sbridge_pvt *pvt) in get_memory_type()
902 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt) in haswell_get_memory_type()
934 static enum dev_type knl_get_width(struct sbridge_pvt *pvt, u32 mtr) in knl_get_width()
940 static enum dev_type sbridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in sbridge_get_width()
965 static enum dev_type ibridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in ibridge_get_width()
974 static enum dev_type broadwell_get_width(struct sbridge_pvt *pvt, u32 mtr) in broadwell_get_width()
980 static enum mem_type knl_get_memory_type(struct sbridge_pvt *pvt) in knl_get_memory_type()
986 static u8 get_node_id(struct sbridge_pvt *pvt) in get_node_id()
993 static u8 haswell_get_node_id(struct sbridge_pvt *pvt) in haswell_get_node_id()
1001 static u8 knl_get_node_id(struct sbridge_pvt *pvt) in knl_get_node_id()
1043 static u64 haswell_get_tolm(struct sbridge_pvt *pvt) in haswell_get_tolm()
1051 static u64 haswell_get_tohm(struct sbridge_pvt *pvt) in haswell_get_tohm()
1064 static u64 knl_get_tolm(struct sbridge_pvt *pvt) in knl_get_tolm()
1072 static u64 knl_get_tohm(struct sbridge_pvt *pvt) in knl_get_tohm()
1152 static int knl_get_tad(const struct sbridge_pvt *pvt, in knl_get_tad()
1346 static int knl_get_dimm_capacity(struct sbridge_pvt *pvt, u64 *mc_sizes) in knl_get_dimm_capacity()
1571 struct sbridge_pvt *pvt = mci->pvt_info; in get_source_id()
1590 struct sbridge_pvt *pvt = mci->pvt_info; in __populate_dimms()
1689 struct sbridge_pvt *pvt = mci->pvt_info; in get_dimm_config()
1767 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_layout()
1982 struct sbridge_pvt *pvt; in sb_decode_ddr4()
2039 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_error_data()
2375 struct sbridge_pvt *pvt; in get_memory_error_data_from_mce()
2618 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_mci_bind_devs()
2692 struct sbridge_pvt *pvt = mci->pvt_info; in ibridge_mci_bind_devs()
2778 struct sbridge_pvt *pvt = mci->pvt_info; in haswell_mci_bind_devs()
2863 struct sbridge_pvt *pvt = mci->pvt_info; in broadwell_mci_bind_devs()
2944 struct sbridge_pvt *pvt = mci->pvt_info; in knl_mci_bind_devs()
3080 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_mce_output_error()
3351 struct sbridge_pvt *pvt; in sbridge_register_mci()