/linux-3.3/drivers/edac/ |
D | amd64_edac.c | 102 static int k8_read_dct_pci_cfg(struct amd64_pvt *pvt, int addr, u32 *val, in k8_read_dct_pci_cfg() 111 static int f10_read_dct_pci_cfg(struct amd64_pvt *pvt, int addr, u32 *val, in f10_read_dct_pci_cfg() 120 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct() 130 static int f15_read_dct_pci_cfg(struct amd64_pvt *pvt, int addr, u32 *val, in f15_read_dct_pci_cfg() 204 struct amd64_pvt *pvt = mci->pvt_info; in amd64_set_scrub_rate() local 219 struct amd64_pvt *pvt = mci->pvt_info; in amd64_get_scrub_rate() local 244 static bool amd64_base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, in amd64_base_limit_match() 270 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local 334 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask() 366 #define for_each_chip_select(i, dct, pvt) \ argument [all …]
|
D | amd64_edac_inj.c | 5 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_show() local 18 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_store() local 38 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_show() local 51 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_store() local 71 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_show() local 83 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_store() local 109 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_read_store() local 142 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_write_store() local
|
D | amd64_edac.h | 183 #define dram_intlv_en(pvt, i) ((u8)((pvt->ranges[i].base.lo >> 8) & 0x7)) argument 184 #define dram_rw(pvt, i) ((u8)(pvt->ranges[i].base.lo & 0x3)) argument 185 #define dram_intlv_sel(pvt, i) ((u8)((pvt->ranges[i].lim.lo >> 8) & 0x7)) argument 186 #define dram_dst_node(pvt, i) ((u8)(pvt->ranges[i].lim.lo & 0x7)) argument 189 #define dhar_valid(pvt) ((pvt)->dhar & BIT(0)) argument 190 #define dhar_mem_hoist_valid(pvt) ((pvt)->dhar & BIT(1)) argument 191 #define dhar_base(pvt) ((pvt)->dhar & 0xff000000) argument 192 #define k8_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff00) << 16) argument 195 #define f10_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff80) << 16) argument 216 #define csrow_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases[(i)] & DCSB_CS_ENABLE) argument [all …]
|
D | i7core_edac.c | 405 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch))) argument 406 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1)) argument 409 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) argument 410 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) argument 597 struct i7core_pvt *pvt = mci->pvt_info; in get_dimm_config() local 789 struct i7core_pvt *pvt = mci->pvt_info; in disable_inject() local 812 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_store() local 830 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_show() local 845 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_store() local 863 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_show() local [all …]
|
D | i7300_edac.c | 374 struct i7300_pvt *pvt; in i7300_process_error_global() local 429 struct i7300_pvt *pvt; in i7300_process_fbd_error() local 553 struct i7300_pvt *pvt = mci->pvt_info; in i7300_clear_error() local 590 struct i7300_pvt *pvt = mci->pvt_info; in i7300_enable_error_reporting() local 617 static int decode_mtr(struct i7300_pvt *pvt, in decode_mtr() 710 static void print_dimm_size(struct i7300_pvt *pvt) in print_dimm_size() 775 struct i7300_pvt *pvt; in i7300_init_csrows() local 862 struct i7300_pvt *pvt; in i7300_get_mc_regs() local 933 struct i7300_pvt *pvt; in i7300_put_devices() local 958 struct i7300_pvt *pvt; in i7300_get_devices() local [all …]
|
D | e752x_edac.c | 289 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in ctl_page_to_phys() local 315 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ce() local 372 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ue() local 437 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ded_retry() local 814 struct e752x_pvt *pvt; in e752x_get_error_info() local 964 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in set_sdram_scrub_rate() local 993 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in get_sdram_scrub_rate() local 1030 struct e752x_pvt *pvt = mci->pvt_info; in remap_csrow_index() local 1105 struct e752x_pvt *pvt) in e752x_init_mem_map_table() 1141 struct e752x_pvt *pvt) in e752x_get_devs() [all …]
|
D | i5400_edac.c | 448 struct i5400_pvt *pvt; in i5400_get_error_info() local 708 struct i5400_pvt *pvt; in i5400_put_devices() local 727 struct i5400_pvt *pvt; in i5400_get_devices() local 822 static int determine_amb_present_reg(struct i5400_pvt *pvt, int channel) in determine_amb_present_reg() 846 static int determine_mtr(struct i5400_pvt *pvt, int csrow, int channel) in determine_mtr() 894 static void handle_channel(struct i5400_pvt *pvt, int csrow, int channel, in handle_channel() 932 static void calculate_dimm_size(struct i5400_pvt *pvt) in calculate_dimm_size() 1016 struct i5400_pvt *pvt; in i5400_get_mc_regs() local 1132 struct i5400_pvt *pvt; in i5400_init_csrows() local 1196 struct i5400_pvt *pvt; in i5400_enable_error_reporting() local [all …]
|
D | i5000_edac.c | 397 struct i5000_pvt *pvt; in i5000_get_error_info() local 791 struct i5000_pvt *pvt; in i5000_get_devices() local 909 struct i5000_pvt *pvt; in i5000_put_devices() local 935 static int determine_amb_present_reg(struct i5000_pvt *pvt, int channel) in determine_amb_present_reg() 959 static int determine_mtr(struct i5000_pvt *pvt, int csrow, int channel) in determine_mtr() 991 static void handle_channel(struct i5000_pvt *pvt, int csrow, int channel, in handle_channel() 1032 static void calculate_dimm_size(struct i5000_pvt *pvt) in calculate_dimm_size() 1120 struct i5000_pvt *pvt; in i5000_get_mc_regs() local 1237 struct i5000_pvt *pvt; in i5000_init_csrows() local 1303 struct i5000_pvt *pvt; in i5000_enable_error_reporting() local [all …]
|
D | e7xxx_edac.c | 184 struct e7xxx_pvt *pvt = (struct e7xxx_pvt *)mci->pvt_info; in ctl_page_to_phys() local 251 struct e7xxx_pvt *pvt; in e7xxx_get_error_info() local 409 struct e7xxx_pvt *pvt = NULL; in e7xxx_probe1() local 513 struct e7xxx_pvt *pvt; in e7xxx_remove_one() local
|
D | sb_edac.c | 555 struct sbridge_pvt *pvt = mci->pvt_info; in get_dimm_config() local 668 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_layout() local 841 struct sbridge_pvt *pvt = mci->pvt_info; in get_memory_error_data() local 1286 struct sbridge_pvt *pvt = mci->pvt_info; in mci_bind_devs() local 1401 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_mce_output_error() local 1526 struct sbridge_pvt *pvt = mci->pvt_info; in sbridge_check_error() local 1584 struct sbridge_pvt *pvt; in sbridge_mce_check_error() local 1647 struct sbridge_pvt *pvt; in sbridge_unregister_mci() local 1676 struct sbridge_pvt *pvt; in sbridge_register_mci() local
|
D | i82875p_edac.c | 385 struct i82875p_pvt *pvt; in i82875p_probe1() local 488 struct i82875p_pvt *pvt = NULL; in i82875p_remove_one() local
|
D | i82975x_edac.c | 466 struct i82975x_pvt *pvt; in i82975x_probe1() local 600 struct i82975x_pvt *pvt; in i82975x_remove_one() local
|
D | edac_pci.c | 45 void *pvt; in edac_pci_alloc_ctl_info() local
|
D | edac_device.c | 82 void *pvt; in edac_device_alloc_ctl_info() local
|
D | edac_mc.c | 160 void *pvt; in edac_mc_alloc() local
|
/linux-3.3/drivers/staging/omapdrm/ |
D | tcm-sita.c | 83 struct sita_pvt *pvt; in sita_init() local 151 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_deinit() local 182 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_reserve_1d() local 212 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_reserve_2d() local 238 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_free() local 429 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in scan_r2l_b2t_one_dim() local 508 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in scan_areas_and_find_fit() local 576 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in fill_area() local 673 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in get_neighbor_stats() local
|
D | tcm.h | 66 void *pvt; member
|
/linux-3.3/sound/pci/asihpi/ |
D | hpidspcd.h | 65 struct dsp_code_private *pvt; member
|
/linux-3.3/drivers/s390/crypto/ |
D | zcrypt_cca_key.h | 288 struct cca_pvt_ext_CRT_sec pvt; in zcrypt_type6_crt_key() member
|