Lines Matching full:subordinate
707 res->name = dev->subordinate->name; in yenta_allocate_res()
779 pci_setup_cardbus(socket->dev->subordinate); in yenta_allocate_resources()
1062 ((unsigned int)dev->subordinate->busn_res.end << 16) | /* subordinate bus */ in yenta_config_init()
1063 ((unsigned int)dev->subordinate->busn_res.start << 8) | /* secondary bus */ in yenta_config_init()
1064 dev->subordinate->primary); /* primary bus */ in yenta_config_init()
1079 * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge
1083 * invisible during PCI scans because of a misconfigured subordinate number
1101 return; /* The subordinate number is ok, nothing to do */ in yenta_fixup_parent_bridge()
1123 /* Show that the wanted subordinate number is not possible: */ in yenta_fixup_parent_bridge()
1129 /* If we have room to increase the bridge's subordinate number, */ in yenta_fixup_parent_bridge()
1137 "Raising subordinate bus# of parent bus (#%02x) from #%02x to #%02x\n", in yenta_fixup_parent_bridge()
1142 /* Save the new subordinate in the bus struct of the bridge */ in yenta_fixup_parent_bridge()
1145 /* and update the PCI config space with the new subordinate */ in yenta_fixup_parent_bridge()
1163 * controller during PCI probe, its subordinate pci_bus is NULL. in yenta_probe()
1166 if (!dev->subordinate) { in yenta_probe()
1265 yenta_fixup_parent_bridge(dev->subordinate); in yenta_probe()