Lines Matching refs:__b
1527 for (unsigned int __b = 0; \
1528 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1529 __b++)
1531 #define __pci_bus_for_each_res1(bus, res, __b) \ argument
1532 for (__b = 0; \
1533 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1534 __b++)
2139 for (unsigned int __b = 0; \
2140 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \
2141 __b++)
2143 #define __pci_dev_for_each_res1(dev, res, __b) \ argument
2144 for (__b = 0; \
2145 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \
2146 __b++)