Lines Matching full:subordinate
709 res->name = dev->subordinate->name; in yenta_allocate_res()
781 pci_setup_cardbus(socket->dev->subordinate); in yenta_allocate_resources()
1064 ((unsigned int)dev->subordinate->busn_res.end << 16) | /* subordinate bus */ in yenta_config_init()
1065 ((unsigned int)dev->subordinate->busn_res.start << 8) | /* secondary bus */ in yenta_config_init()
1066 dev->subordinate->primary); /* primary bus */ in yenta_config_init()
1081 * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge
1085 * invisible during PCI scans because of a misconfigured subordinate number
1103 return; /* The subordinate number is ok, nothing to do */ in yenta_fixup_parent_bridge()
1125 /* Show that the wanted subordinate number is not possible: */ in yenta_fixup_parent_bridge()
1131 /* If we have room to increase the bridge's subordinate number, */ in yenta_fixup_parent_bridge()
1139 "Raising subordinate bus# of parent bus (#%02x) from #%02x to #%02x\n", in yenta_fixup_parent_bridge()
1144 /* Save the new subordinate in the bus struct of the bridge */ in yenta_fixup_parent_bridge()
1147 /* and update the PCI config space with the new subordinate */ in yenta_fixup_parent_bridge()
1165 * controller during PCI probe, its subordinate pci_bus is NULL. in yenta_probe()
1168 if (!dev->subordinate) { in yenta_probe()
1267 yenta_fixup_parent_bridge(dev->subordinate); in yenta_probe()