Searched refs:tolm (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/edac/
H A De7xxx_edac.c129 u32 tolm; member in struct:e7xxx_pvt
190 if ((page < pvt->tolm) ||
194 remap = (page - pvt->tolm) + pvt->remapbase;
200 return pvt->tolm - 1;
480 edac_dbg(3, "tolm, remapbase, remaplimit\n");
483 pvt->tolm = ((u32) pci_data) << 4;
489 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,
H A Di7300_edac.c97 u16 tolm; /* top of low memory */ member in struct:i7300_pvt
852 pci_read_config_word(pvt->pci_dev_16_1_fsb_addr_map, TOLM, &pvt->tolm);
853 pvt->tolm >>= 12;
855 pvt->tolm, pvt->tolm);
857 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28));
859 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28);
H A Di5400_edac.c330 u16 tolm; /* top of low memory */ member in struct:i5400_pvt
1071 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm);
1072 pvt->tolm >>= 12;
1074 pvt->tolm, pvt->tolm);
1076 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28));
1078 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28);
H A Di5000_edac.c330 u16 tolm; /* top of low memory */ member in struct:i5000_pvt
1150 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm);
1151 pvt->tolm >>= 12;
1153 pvt->tolm, pvt->tolm);
1155 actual_tolm = pvt->tolm << 28;
H A De752x_edac.c213 u32 tolm; member in struct:e752x_pvt
312 if (page < pvt->tolm)
318 remap = (page - pvt->tolm) + pvt->remapbase;
324 return pvt->tolm - 1;
1338 edac_dbg(3, "tolm, remapbase, remaplimit\n");
1342 pvt->tolm = ((u32) pci_data) << 4;
1348 "tolm = %x, remapbase = %x, remaplimit = %x\n",
1349 pvt->tolm, pvt->remapbase, pvt->remaplimit);
H A Dskx_common.h244 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
H A Dskx_common.c288 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) argument
295 edac_dbg(2, "Can't get tolm/tohm\n");
300 skx_printk(KERN_ERR, "Failed to read tolm\n");
318 *tolm = skx_tolm;
320 edac_dbg(2, "tolm = 0x%llx tohm = 0x%llx\n", skx_tolm, skx_tohm);
H A Di5100_edac.c331 u64 tolm; /* top of low memory in bytes */ member in struct:i5100_priv
799 priv->tolm = (u64) i5100_tolm_tolm(w) * 256 * 1024 * 1024;
H A Di10nm_base.c1072 u64 tolm, tohm; local
1094 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm);
H A Dsb_edac.c379 struct pci_dev *pci_mc_info; /* tolm, tohm */
402 u64 tolm, tohm; member in struct:sbridge_pvt
1779 pvt->tolm = pvt->info.get_tolm(pvt);
1780 tmp_mb = (1 + pvt->tolm) >> 20;
1784 gb, (mb*1000)/1024, (u64)pvt->tolm);
2061 if ((addr > (u64) pvt->tolm) && (addr < (1LL << 32))) {
H A Dpnd2_edac.c66 u64 tolm, tohm; member in struct:pnd2_pvt

Completed in 147 milliseconds