Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A De7xxx_edac.c129 u32 tolm; member
190 if ((page < pvt->tolm) || in ctl_page_to_phys()
194 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
200 return pvt->tolm - 1; in ctl_page_to_phys()
483 pvt->tolm = ((u32) pci_data) << 4; in e7xxx_probe1()
489 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm, in e7xxx_probe1()
H A Di7300_edac.c97 u16 tolm; /* top of low memory */ member
852 pci_read_config_word(pvt->pci_dev_16_1_fsb_addr_map, TOLM, &pvt->tolm); in i7300_get_mc_regs()
853 pvt->tolm >>= 12; in i7300_get_mc_regs()
855 pvt->tolm, pvt->tolm); in i7300_get_mc_regs()
857 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28)); in i7300_get_mc_regs()
859 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28); in i7300_get_mc_regs()
H A Di5400_edac.c330 u16 tolm; /* top of low memory */ member
1071 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm); in i5400_get_mc_regs()
1072 pvt->tolm >>= 12; in i5400_get_mc_regs()
1074 pvt->tolm, pvt->tolm); in i5400_get_mc_regs()
1076 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28)); in i5400_get_mc_regs()
1078 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28); in i5400_get_mc_regs()
H A De752x_edac.c213 u32 tolm; member
312 if (page < pvt->tolm) in ctl_page_to_phys()
318 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
324 return pvt->tolm - 1; in ctl_page_to_phys()
1342 pvt->tolm = ((u32) pci_data) << 4; in e752x_probe1()
1349 pvt->tolm, pvt->remapbase, pvt->remaplimit); in e752x_probe1()
H A Di5000_edac.c330 u16 tolm; /* top of low memory */ member
1150 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm); in i5000_get_mc_regs()
1151 pvt->tolm >>= 12; in i5000_get_mc_regs()
1153 pvt->tolm, pvt->tolm); in i5000_get_mc_regs()
1155 actual_tolm = pvt->tolm << 28; in i5000_get_mc_regs()
H A Dskx_common.h243 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
H A Dskx_common.c295 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument
325 *tolm = skx_tolm; in skx_get_hi_lo()
H A Di5100_edac.c331 u64 tolm; /* top of low memory in bytes */ member
799 priv->tolm = (u64) i5100_tolm_tolm(w) * 256 * 1024 * 1024; in i5100_init_interleaving()
H A Dsb_edac.c404 u64 tolm, tohm; member
1781 pvt->tolm = pvt->info.get_tolm(pvt); in get_memory_layout()
1782 tmp_mb = (1 + pvt->tolm) >> 20; in get_memory_layout()
1786 gb, (mb*1000)/1024, (u64)pvt->tolm); in get_memory_layout()
2063 if ((addr > (u64) pvt->tolm) && (addr < (1LL << 32))) { in get_memory_error_data()
H A Di10nm_base.c1019 u64 tolm, tohm; in i10nm_init() local
1041 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
H A Dpnd2_edac.c66 u64 tolm, tohm; member