Searched refs:remaplimit (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.c129 u32 remaplimit; member in struct:e7xxx_pvt
195 if (remap < pvt->remaplimit)
453 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__);
460 pvt->remaplimit = ((u32) pci_data) << 14;
462 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,
463 pvt->remapbase, pvt->remaplimit);
H A De752x_edac.c168 u32 remaplimit; member in struct:e752x_pvt
235 if (remap < pvt->remaplimit)
1003 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__);
1011 pvt->remaplimit = ((u32) pci_data) << 14;
1013 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,
1014 pvt->remapbase, pvt->remaplimit);

Completed in 61 milliseconds