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

/drivers/pci/hotplug/
H A Dcpqphp_core.c214 void __iomem *p_temp; local
223 p_temp = curr;
224 p_temp += readb(curr + SMBIOS_GENERIC_LENGTH);
226 while ((p_temp < p_max) && !bail) {
231 if (!previous_byte && !(readb(p_temp)))
234 previous_byte = readb(p_temp);
235 p_temp++;
238 if (p_temp < p_max)
239 return p_temp;

Completed in 56 milliseconds