Home
last modified time | relevance | path

Searched refs:noranges (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_res.c981 int noranges = 0; in ibmphp_check_resource() local
1016 noranges = bus_cur->noIORanges; in ibmphp_check_resource()
1020 noranges = bus_cur->noMemRanges; in ibmphp_check_resource()
1024 noranges = bus_cur->noPFMemRanges; in ibmphp_check_resource()
1276 debug ("prev->rangeno = %d, noranges = %d\n", res_prev->rangeno, noranges); in ibmphp_check_resource()
1277 if (res_prev->rangeno < noranges) { in ibmphp_check_resource()