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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De7xxx_edac.c127 u32 tolm; member in struct:e7xxx_pvt
189 if ((page < pvt->tolm) ||
193 remap = (page - pvt->tolm) + pvt->remapbase;
199 return pvt->tolm - 1;
453 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__);
456 pvt->tolm = ((u32) pci_data) << 4;
462 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,
H A De752x_edac.c166 u32 tolm; member in struct:e752x_pvt
227 if (page < pvt->tolm)
233 remap = (page - pvt->tolm) + pvt->remapbase;
239 return pvt->tolm - 1;
1003 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__);
1007 pvt->tolm = ((u32) pci_data) << 4;
1013 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,

Completed in 55 milliseconds