Searched defs:tried_times (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/
H A Dsetup-bus.c1337 int tried_times = 0; local
1360 if (tried_times + 1 == pci_try_num)
1372 tried_times++;
1378 if (tried_times >= pci_try_num) {
1389 tried_times + 1);
1392 if ((tried_times + 1) > 2)
1434 int tried_times = 0; local
1445 tried_times++;
1450 if (tried_times >= 2) {
1457 tried_times
[all...]

Completed in 11 milliseconds