Lines Matching refs:__b
1540 for (unsigned int __b = 0; \
1541 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1542 __b++)
1544 #define __pci_bus_for_each_res1(bus, res, __b) \ argument
1545 for (__b = 0; \
1546 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1547 __b++)
2145 for (unsigned int __b = 0; \
2146 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \
2147 __b++)
2149 #define __pci_dev_for_each_res1(dev, res, __b) \ argument
2150 for (__b = 0; \
2151 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \
2152 __b++)