Searched refs:pvt (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Damd64_edac.c158 struct amd64_pvt *pvt = mci->pvt_info; local
176 return amd64_search_set_scrub_rate(pvt->misc_f3_ctl, bandwidth,
182 struct amd64_pvt *pvt = mci->pvt_info; local
186 amd64_read_pci_cfg(pvt->misc_f3_ctl, K8_SCRCTRL, &scrubval);
205 static inline u32 amd64_map_to_dcs_mask(struct amd64_pvt *pvt, int csrow) argument
207 if (boot_cpu_data.x86 == 0xf && pvt->ext_model < K8_REV_F)
214 static u32 amd64_get_dct_base(struct amd64_pvt *pvt, int dct, int csrow) argument
217 return pvt->dcsb0[csrow];
219 return pvt->dcsb1[csrow];
227 static u32 amd64_get_dct_mask(struct amd64_pvt *pvt, in argument
244 amd64_get_base_and_limit(struct amd64_pvt *pvt, int node_id, u64 *base, u64 *limit) argument
255 amd64_base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, int node_id) argument
282 struct amd64_pvt *pvt; local
349 base_from_dct_base(struct amd64_pvt *pvt, int csrow) argument
358 mask_from_dct_mask(struct amd64_pvt *pvt, int csrow) argument
384 struct amd64_pvt *pvt; local
427 struct amd64_pvt *pvt = mci->pvt_info; local
451 struct amd64_pvt *pvt = mci->pvt_info; local
598 struct amd64_pvt *pvt; local
643 struct amd64_pvt *pvt; local
688 struct amd64_pvt *pvt = mci->pvt_info; local
748 struct amd64_pvt *pvt; local
797 amd64_cpu_display_info(struct amd64_pvt *pvt) argument
816 amd64_determine_edac_cap(struct amd64_pvt *pvt) argument
856 amd64_dump_misc_regs(struct amd64_pvt *pvt) argument
909 amd64_read_dbam_reg(struct amd64_pvt *pvt) argument
946 amd64_set_dct_base_and_mask(struct amd64_pvt *pvt) argument
975 amd64_read_dct_base_mask(struct amd64_pvt *pvt) argument
1018 amd64_determine_memory_type(struct amd64_pvt *pvt) argument
1045 k8_early_channel_count(struct amd64_pvt *pvt) argument
1081 k8_read_dram_base_limit(struct amd64_pvt *pvt, int dram) argument
1166 k8_dbam_to_chip_select(struct amd64_pvt *pvt, int cs_mode) argument
1188 f10_early_channel_count(struct amd64_pvt *pvt) argument
1239 f10_dbam_to_chip_select(struct amd64_pvt *pvt, int cs_mode) argument
1252 amd64_setup(struct amd64_pvt *pvt) argument
1264 amd64_teardown(struct amd64_pvt *pvt) argument
1289 f10_read_dram_base_limit(struct amd64_pvt *pvt, int dram) argument
1334 f10_read_dram_ctl_register(struct amd64_pvt *pvt) argument
1371 f10_determine_channel(struct amd64_pvt *pvt, u64 sys_addr, int hi_range_sel, u32 intlv_en) argument
1455 f10_process_possible_spare(int csrow, u32 cs, struct amd64_pvt *pvt) argument
1487 struct amd64_pvt *pvt; local
1540 f10_match_to_this_node(struct amd64_pvt *pvt, int dram_range, u64 sys_addr, int *nid, int *chan_sel) argument
1621 f10_translate_sysaddr_to_cs(struct amd64_pvt *pvt, u64 sys_addr, int *node, int *chan_sel) argument
1658 struct amd64_pvt *pvt = mci->pvt_info; local
1698 amd64_debug_display_dimm_sizes(int ctrl, struct amd64_pvt *pvt) argument
1954 struct amd64_pvt *pvt = mci->pvt_info; local
1981 struct amd64_pvt *pvt = mci->pvt_info; local
2004 struct amd64_pvt *pvt = mci->pvt_info; local
2098 amd64_reserve_mc_sibling_devices(struct amd64_pvt *pvt, int mc_idx) argument
2139 amd64_free_mc_sibling_devices(struct amd64_pvt *pvt) argument
2149 amd64_read_mc_registers(struct amd64_pvt *pvt) argument
2271 amd64_csrow_nr_pages(int csrow_nr, struct amd64_pvt *pvt) argument
2306 struct amd64_pvt *pvt; local
2413 amd64_toggle_ecc_err_reporting(struct amd64_pvt *pvt, bool on) argument
2454 struct amd64_pvt *pvt = mci->pvt_info; local
2508 amd64_restore_ecc_error_reporting(struct amd64_pvt *pvt) argument
2545 amd64_check_ecc_enabled(struct amd64_pvt *pvt) argument
2602 struct amd64_pvt *pvt = mci->pvt_info; local
2640 struct amd64_pvt *pvt = NULL; local
2699 amd64_init_2nd_stage(struct amd64_pvt *pvt) argument
2792 struct amd64_pvt *pvt; local
2867 struct amd64_pvt *pvt; local
[all...]
H A Damd64_edac_inj.c5 struct amd64_pvt *pvt = mci->pvt_info; local
6 return sprintf(buf, "0x%x\n", pvt->injection.section);
18 struct amd64_pvt *pvt = mci->pvt_info; local
32 pvt->injection.section = (u32) value;
40 struct amd64_pvt *pvt = mci->pvt_info; local
41 return sprintf(buf, "0x%x\n", pvt->injection.word);
53 struct amd64_pvt *pvt = mci->pvt_info; local
67 pvt->injection.word = (u32) value;
75 struct amd64_pvt *pvt = mci->pvt_info; local
76 return sprintf(buf, "0x%x\n", pvt
87 struct amd64_pvt *pvt = mci->pvt_info; local
114 struct amd64_pvt *pvt = mci->pvt_info; local
149 struct amd64_pvt *pvt = mci->pvt_info; local
[all...]
H A Di5000_edac.c397 struct i5000_pvt *pvt; local
400 pvt = mci->pvt_info;
403 pci_read_config_dword(pvt->branchmap_werrors, FERR_FAT_FBD, &value);
415 pci_read_config_dword(pvt->branchmap_werrors,
417 pci_read_config_word(pvt->branchmap_werrors,
419 pci_read_config_word(pvt->branchmap_werrors,
423 pci_write_config_dword(pvt->branchmap_werrors,
433 pci_read_config_dword(pvt->branchmap_werrors, FERR_NF_FBD, &value);
441 pci_read_config_dword(pvt->branchmap_werrors,
443 pci_read_config_word(pvt
791 struct i5000_pvt *pvt; local
909 struct i5000_pvt *pvt; local
935 determine_amb_present_reg(struct i5000_pvt *pvt, int channel) argument
959 determine_mtr(struct i5000_pvt *pvt, int csrow, int channel) argument
991 handle_channel(struct i5000_pvt *pvt, int csrow, int channel, struct i5000_dimm_info *dinfo) argument
1032 calculate_dimm_size(struct i5000_pvt *pvt) argument
1120 struct i5000_pvt *pvt; local
1237 struct i5000_pvt *pvt; local
1302 struct i5000_pvt *pvt; local
1350 struct i5000_pvt *pvt; local
[all...]
H A Di5400_edac.c448 struct i5400_pvt *pvt; local
451 pvt = mci->pvt_info;
454 pci_read_config_dword(pvt->branchmap_werrors, FERR_FAT_FBD, &value);
467 pci_read_config_dword(pvt->branchmap_werrors,
469 pci_read_config_word(pvt->branchmap_werrors,
471 pci_read_config_word(pvt->branchmap_werrors,
475 pci_write_config_dword(pvt->branchmap_werrors,
485 pci_read_config_dword(pvt->branchmap_werrors, FERR_NF_FBD, &value);
493 pci_read_config_dword(pvt->branchmap_werrors,
495 pci_read_config_word(pvt
708 struct i5400_pvt *pvt; local
727 struct i5400_pvt *pvt; local
822 determine_amb_present_reg(struct i5400_pvt *pvt, int channel) argument
846 determine_mtr(struct i5400_pvt *pvt, int csrow, int channel) argument
894 handle_channel(struct i5400_pvt *pvt, int csrow, int channel, struct i5400_dimm_info *dinfo) argument
932 calculate_dimm_size(struct i5400_pvt *pvt) argument
1016 struct i5400_pvt *pvt; local
1132 struct i5400_pvt *pvt; local
1195 struct i5400_pvt *pvt; local
1221 struct i5400_pvt *pvt; local
[all...]
H A Di7core_edac.c388 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch)))
389 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1))
392 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4))
393 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch))
550 struct i7core_pvt *pvt = mci->pvt_info; local
559 pdev = pvt
732 struct i7core_pvt *pvt = mci->pvt_info; local
755 struct i7core_pvt *pvt = mci->pvt_info; local
773 struct i7core_pvt *pvt = mci->pvt_info; local
788 struct i7core_pvt *pvt = mci->pvt_info; local
806 struct i7core_pvt *pvt = mci->pvt_info; local
823 struct i7core_pvt *pvt = mci->pvt_info; local
841 struct i7core_pvt *pvt = mci->pvt_info; local
945 struct i7core_pvt *pvt = mci->pvt_info; local
1048 struct i7core_pvt *pvt = mci->pvt_info; local
1386 struct i7core_pvt *pvt = mci->pvt_info; local
1449 struct i7core_pvt *pvt = mci->pvt_info; local
1465 struct i7core_pvt *pvt = mci->pvt_info; local
1506 struct i7core_pvt *pvt = mci->pvt_info; local
1551 struct i7core_pvt *pvt = mci->pvt_info; local
1619 struct i7core_pvt *pvt = mci->pvt_info; local
1716 struct i7core_pvt *pvt = mci->pvt_info; local
1781 struct i7core_pvt *pvt = mci->pvt_info; local
1824 struct i7core_pvt *pvt; local
1993 struct i7core_pvt *pvt = mci->pvt_info; local
[all...]
H A Damd64_edac_dbg.c12 struct amd64_pvt *pvt = mci->pvt_info; local
21 pvt->ctl_error_info.nbeal = (u32) value;
23 pvt->ctl_error_info.nbeah = (u32) value;
27 amd_decode_nb_mce(pvt->mc_node_id, &pvt->ctl_error_info, 1);
37 struct amd64_pvt *pvt = mci->pvt_info; local
40 value = pvt->ctl_error_info.nbeah;
42 value |= pvt->ctl_error_info.nbeal;
51 struct amd64_pvt *pvt = mci->pvt_info; local
59 pvt
69 struct amd64_pvt *pvt = mci->pvt_info; local
81 struct amd64_pvt *pvt = mci->pvt_info; local
99 struct amd64_pvt *pvt = mci->pvt_info; local
111 struct amd64_pvt *pvt = mci->pvt_info; local
129 struct amd64_pvt *pvt = mci->pvt_info; local
137 struct amd64_pvt *pvt = mci->pvt_info; local
145 struct amd64_pvt *pvt = mci->pvt_info; local
153 struct amd64_pvt *pvt = mci->pvt_info; local
161 struct amd64_pvt *pvt = mci->pvt_info; local
[all...]
H A De752x_edac.c288 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; local
292 if (page < pvt->tolm)
295 if ((page >= 0x100000) && (page < pvt->remapbase))
298 remap = (page - pvt->tolm) + pvt->remapbase;
300 if (remap < pvt->remaplimit)
304 return pvt->tolm - 1;
314 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; local
321 if (pvt->mc_symmetric) {
326 pvt
370 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; local
435 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; local
812 struct e752x_pvt *pvt; local
962 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; local
991 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; local
1030 struct e752x_pvt *pvt = mci->pvt_info; local
1104 e752x_init_mem_map_table(struct pci_dev *pdev, struct e752x_pvt *pvt) argument
1140 e752x_get_devs(struct pci_dev *pdev, int dev_idx, struct e752x_pvt *pvt) argument
1180 e752x_init_sysbus_parity_mask(struct e752x_pvt *pvt) argument
1201 e752x_init_error_reporting_regs(struct e752x_pvt *pvt) argument
1229 struct e752x_pvt *pvt; local
1364 struct e752x_pvt *pvt; local
[all...]
H A De7xxx_edac.c183 struct e7xxx_pvt *pvt = (struct e7xxx_pvt *)mci->pvt_info; local
187 if ((page < pvt->tolm) ||
188 ((page >= 0x100000) && (page < pvt->remapbase)))
191 remap = (page - pvt->tolm) + pvt->remapbase;
193 if (remap < pvt->remaplimit)
197 return pvt->tolm - 1;
247 struct e7xxx_pvt *pvt; local
249 pvt = (struct e7xxx_pvt *)mci->pvt_info;
250 pci_read_config_byte(pvt
405 struct e7xxx_pvt *pvt = NULL; local
508 struct e7xxx_pvt *pvt; local
[all...]
H A Damd64_edac.h247 #define dct_sel_baseaddr(pvt) ((pvt->dram_ctl_select_low) & 0xFFFFF800)
248 #define dct_sel_interleave_addr(pvt) (((pvt->dram_ctl_select_low) >> 6) & 0x3)
249 #define dct_high_range_enabled(pvt) (pvt->dram_ctl_select_low & BIT(0))
250 #define dct_interleave_enabled(pvt) (pvt->dram_ctl_select_low & BIT(2))
251 #define dct_ganging_enabled(pvt) (pvt
[all...]
H A Di82875p_edac.c385 struct i82875p_pvt *pvt; local
400 mci = edac_mc_alloc(sizeof(*pvt), I82875P_NR_CSROWS(nr_chans),
422 debugf3("%s(): init pvt\n", __func__);
423 pvt = (struct i82875p_pvt *)mci->pvt_info;
424 pvt->ovrfl_pdev = ovrfl_pdev;
425 pvt->ovrfl_window = ovrfl_window;
488 struct i82875p_pvt *pvt = NULL; local
498 pvt = (struct i82875p_pvt *)mci->pvt_info;
500 if (pvt->ovrfl_window)
501 iounmap(pvt
[all...]
H A Dedac_pci.c46 void *pvt; local
52 pvt = edac_align_ptr(&pci[1], sz_pvt);
53 size = ((unsigned long)pvt) + sz_pvt;
61 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL;
63 pci->pvt_info = pvt;
H A Dedac_device.c83 void *pvt; local
120 pvt = edac_align_ptr(&dev_attrib[count], sz_private);
123 pvt = edac_align_ptr(dev_attrib, sz_private);
126 /* 'pvt' now points to where the private data area is.
127 * At this point 'pvt' (like dev_inst,dev_blk and dev_attrib)
130 total_size = ((unsigned long)pvt) + sz_private;
150 pvt = sz_private ? (((char *)dev_ctl) + ((unsigned long)pvt)) : NULL;
156 dev_ctl->pvt_info = pvt;
166 __func__, dev_ctl, pvt
[all...]
H A Di82975x_edac.c429 struct i82975x_pvt *pvt; local
497 mci = edac_mc_alloc(sizeof(*pvt), I82975X_NR_CSROWS(chans),
514 debugf3("%s(): init pvt\n", __func__);
515 pvt = (struct i82975x_pvt *) mci->pvt_info;
516 pvt->mch_window = mch_window;
561 struct i82975x_pvt *pvt; local
569 pvt = mci->pvt_info;
570 if (pvt->mch_window)
571 iounmap( pvt->mch_window );
H A Dedac_mc.c161 void *pvt; local
174 pvt = edac_align_ptr(&chi[nr_chans * nr_csrows], sz_pvt);
175 size = ((unsigned long)pvt) + sz_pvt;
186 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL;
191 mci->pvt_info = pvt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_cca_key.h288 struct cca_pvt_ext_CRT_sec pvt; member in struct:__anon14071
316 key->pvt.section_identifier = CCA_PVT_EXT_CRT_SEC_ID_PVT;
317 key->pvt.section_length = sizeof(key->pvt) + key_len;
318 key->pvt.key_format = CCA_PVT_EXT_CRT_SEC_FMT_CL;
319 key->pvt.key_use_flags[0] = CCA_PVT_USAGE_ALL;
320 key->pvt.p_len = key->pvt.dp_len = key->pvt.u_len = long_len;
321 key->pvt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js1537 data: function( elem, name, data, pvt /* Internal Use Only */ ) {
1560 if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) {
1587 if ( pvt ) {
1599 if ( !pvt ) {
1631 removeData: function( elem, name, pvt /* Internal Use Only */ ) {
1652 thisCache = pvt ? cache[ id ] : cache[ id ].data;
1680 if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) {
1687 if ( !pvt ) {

Completed in 232 milliseconds