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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A De7xxx_edac.c129 u32 remaplimit; member in struct:e7xxx_pvt
193 if (remap < pvt->remaplimit)
447 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__);
454 pvt->remaplimit = ((u32) pci_data) << 14;
456 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,
457 pvt->remapbase, pvt->remaplimit);
H A De752x_edac.c195 u32 remaplimit; member in struct:e752x_pvt
300 if (remap < pvt->remaplimit)
1301 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__);
1309 pvt->remaplimit = ((u32) pci_data) << 14;
1311 "tolm = %x, remapbase = %x, remaplimit = %x\n",
1312 pvt->tolm, pvt->remapbase, pvt->remaplimit);

Completed in 113 milliseconds