Searched refs:amd64_pvt (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/edac/ |
| H A D | amd64_edac.c | 19 static inline u32 get_umc_reg(struct amd64_pvt *pvt, u32 reg) in get_umc_reg() 104 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct() 128 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg() 189 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate() 234 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate() 253 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() 285 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match() 310 struct amd64_pvt *pvt; in find_mc_by_sys_addr() 374 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask() 448 struct amd64_pvt *pvt; in input_addr_to_csrow() [all …]
|
| H A D | amd64_edac.h | 325 struct amd64_pvt { struct 411 static inline u64 get_dram_base(struct amd64_pvt *pvt, u8 i) in get_dram_base() 421 static inline u64 get_dram_limit(struct amd64_pvt *pvt, u8 i) in get_dram_limit() 436 static inline u8 dct_sel_interleave_addr(struct amd64_pvt *pvt) in dct_sel_interleave_addr() 464 int (*dbam_to_cs)(struct amd64_pvt *pvt, u8 dct, 466 int (*hw_info_get)(struct amd64_pvt *pvt); 467 bool (*ecc_enabled)(struct amd64_pvt *pvt); 469 void (*dump_misc_regs)(struct amd64_pvt *pvt); 498 static inline u8 dram_intlv_en(struct amd64_pvt *pvt, unsigned int i) in dram_intlv_en() 508 static inline u8 dhar_valid(struct amd64_pvt *pvt) in dhar_valid() [all …]
|