Lines Matching refs:__b
1481 for (unsigned int __b = 0; \
1482 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1483 __b++)
1485 #define __pci_bus_for_each_res1(bus, res, __b) \ argument
1486 for (__b = 0; \
1487 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1488 __b++)
2076 for (unsigned int __b = 0; \
2077 res = pci_resource_n(dev, __b), __b < PCI_NUM_RESOURCES; \
2078 __b++)
2080 #define __pci_dev_for_each_res1(dev, res, __b) \ argument
2081 for (__b = 0; \
2082 res = pci_resource_n(dev, __b), __b < PCI_NUM_RESOURCES; \
2083 __b++)