Home
last modified time | relevance | path

Searched refs:tolm (Results 1 – 5 of 5) 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 Dimh_base.c232 static bool imh_get_tolm_tohm(struct res_config *cfg, u64 *tolm, u64 *tohm) in imh_get_tolm_tohm() argument
234 DEFINE_LOCAL_REG(reg, cfg, 0, true, sca, 0, tolm); in imh_get_tolm_tohm()
239 *tolm = TOLM(reg.val); in imh_get_tolm_tohm()
240 edac_dbg(2, "tolm 0x%llx (reg 0x%llx)\n", *tolm, reg.val); in imh_get_tolm_tohm()
525 u64 tolm, tohm; in imh_init() local
546 if (!imh_get_tolm_tohm(cfg, &tolm, &tohm)) in imh_init()
549 skx_set_hi_lo(tolm, tohm); in imh_init()
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 Dskx_common.c394 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument
424 *tolm = skx_tolm; in skx_get_hi_lo()
434 void skx_set_hi_lo(u64 tolm, u64 tohm) in skx_set_hi_lo() argument
436 skx_tolm = tolm; in skx_set_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()