• Home
  • Raw
  • Download

Lines Matching defs:pvt

103 static int k8_read_dct_pci_cfg(struct amd64_pvt *pvt, int addr, u32 *val,  in k8_read_dct_pci_cfg()
112 static int f10_read_dct_pci_cfg(struct amd64_pvt *pvt, int addr, u32 *val, in f10_read_dct_pci_cfg()
121 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct()
131 static int f15_read_dct_pci_cfg(struct amd64_pvt *pvt, int addr, u32 *val, in f15_read_dct_pci_cfg()
202 struct amd64_pvt *pvt = mci->pvt_info; in amd64_set_scrub_rate() local
217 struct amd64_pvt *pvt = mci->pvt_info; in amd64_get_scrub_rate() local
242 static bool amd64_base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, in amd64_base_limit_match()
268 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local
332 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
385 #define for_each_chip_select(i, dct, pvt) \ argument
388 #define chip_select_base(i, dct, pvt) \ argument
391 #define for_each_chip_select_mask(i, dct, pvt) \ argument
400 struct amd64_pvt *pvt; in input_addr_to_csrow() local
447 struct amd64_pvt *pvt = mci->pvt_info; in amd64_get_dram_hole_info() local
533 struct amd64_pvt *pvt = mci->pvt_info; in sys_addr_to_dram_addr() local
589 struct amd64_pvt *pvt; in dram_addr_to_input_addr() local
661 static unsigned long amd64_determine_edac_cap(struct amd64_pvt *pvt) in amd64_determine_edac_cap()
701 static void dump_misc_regs(struct amd64_pvt *pvt) in dump_misc_regs()
741 static void prep_chip_selects(struct amd64_pvt *pvt) in prep_chip_selects()
755 static void read_dct_base_mask(struct amd64_pvt *pvt) in read_dct_base_mask()
798 static enum mem_type amd64_determine_memory_type(struct amd64_pvt *pvt, int cs) in amd64_determine_memory_type()
820 static int k8_early_channel_count(struct amd64_pvt *pvt) in k8_early_channel_count()
856 struct amd64_pvt *pvt; in get_error_address() local
916 static void read_dram_base_limit_regs(struct amd64_pvt *pvt, unsigned range) in read_dram_base_limit_regs()
967 struct amd64_pvt *pvt = mci->pvt_info; in k8_map_sysaddr_to_csrow() local
1032 static int k8_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in k8_dbam_to_chip_select()
1087 static int f1x_early_channel_count(struct amd64_pvt *pvt) in f1x_early_channel_count()
1151 static int f10_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f10_dbam_to_chip_select()
1167 static int f15_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f15_dbam_to_chip_select()
1178 static int f16_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f16_dbam_to_chip_select()
1190 static void read_dram_ctl_register(struct amd64_pvt *pvt) in read_dram_ctl_register()
1224 static u8 f1x_determine_channel(struct amd64_pvt *pvt, u64 sys_addr, in f1x_determine_channel()
1262 static u64 f1x_get_norm_dct_addr(struct amd64_pvt *pvt, u8 range, in f1x_get_norm_dct_addr()
1313 static int f10_process_possible_spare(struct amd64_pvt *pvt, u8 dct, int csrow) in f10_process_possible_spare()
1341 struct amd64_pvt *pvt; in f1x_lookup_addr_in_dct() local
1383 static u64 f1x_swap_interleaved_region(struct amd64_pvt *pvt, u64 sys_addr) in f1x_swap_interleaved_region()
1415 static int f1x_match_to_this_node(struct amd64_pvt *pvt, unsigned range, in f1x_match_to_this_node()
1495 static int f1x_translate_sysaddr_to_cs(struct amd64_pvt *pvt, u64 sys_addr, in f1x_translate_sysaddr_to_cs()
1528 struct amd64_pvt *pvt = mci->pvt_info; in f1x_map_sysaddr_to_csrow() local
1551 static void amd64_debug_display_dimm_sizes(struct amd64_pvt *pvt, u8 ctrl) in amd64_debug_display_dimm_sizes()
1785 struct amd64_pvt *pvt = mci->pvt_info; in get_channel_from_ecc_syndrome() local
1846 struct amd64_pvt *pvt = mci->pvt_info; in __amd64_decode_bus_error() local
1882 static int reserve_mc_sibling_devs(struct amd64_pvt *pvt, u16 f1_id, u16 f3_id) in reserve_mc_sibling_devs()
1912 static void free_mc_sibling_devs(struct amd64_pvt *pvt) in free_mc_sibling_devs()
1922 static void read_mc_regs(struct amd64_pvt *pvt) in read_mc_regs()
2035 static u32 amd64_csrow_nr_pages(struct amd64_pvt *pvt, u8 dct, int csrow_nr) in amd64_csrow_nr_pages()
2065 struct amd64_pvt *pvt = mci->pvt_info; in init_csrows() local
2362 struct amd64_pvt *pvt = mci->pvt_info; in setup_mci_misc_attrs() local
2388 static struct amd64_family_type *amd64_per_family_init(struct amd64_pvt *pvt) in amd64_per_family_init()
2431 struct amd64_pvt *pvt = NULL; in amd64_init_one_instance() local
2576 struct amd64_pvt *pvt; in amd64_remove_one_instance() local
2662 struct amd64_pvt *pvt; in setup_pci_device() local